Module diem_crypto::ec_vrf
source · Expand description
A Elliptic Curve VRF wrapper
Structs§
- Elliptic Curve VRF private key
- Elliptic Curve VRF proof
- Elliptic Curve VRF public key
- VRF Cipher context. Mutex is needed because functions require
&mut self
.