Skip to main content

Module utils

Module utils 

Source
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