You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be beyond the scope of the standard, but VRF use cases do not benefit from BLS so often, especially because VRFs cannot be aggregated, only batch verified. An exception here is verifiable secret sharing (VSS) of course. VRFs based on Schnorr DLEQ proofs should be faster in most applications, basically all applications except VSS, PVSS, etc. See NSEC5, VEd25519, or https://github.com/w3f/schnorrkel/blob/master/src/vrf.rs
The text was updated successfully, but these errors were encountered:
This might be beyond the scope of the standard, but VRF use cases do not benefit from BLS so often, especially because VRFs cannot be aggregated, only batch verified. An exception here is verifiable secret sharing (VSS) of course. VRFs based on Schnorr DLEQ proofs should be faster in most applications, basically all applications except VSS, PVSS, etc. See NSEC5, VEd25519, or https://github.com/w3f/schnorrkel/blob/master/src/vrf.rs
The text was updated successfully, but these errors were encountered: