Expand description
§Common utilities
This module provides cryptographic utility functions and curve mappings used throughout the VRF implementations.
Re-exports§
pub use common::*;pub use hash_to_curve::*;pub use te_sw_map::*;pub use transcript::*;
Modules§
- common
- Common cryptographic utility functions.
- hash_
to_ curve - Hash-to-curve implementations.
- straus
- Straus’ multi-scalar multiplication for small numbers of points.
- te_
sw_ map - Twisted Edwards to Short Weierstrass curve mapping utilities.
- transcript