Crate vrf_wasm

Crate vrf_wasm 

Source

Re-exports§

pub use encoding::*;
pub use error::*;
pub use hash::*;
pub use groups::*;
pub use serde_helpers::*;
pub use traits::*;
pub use vrf::*;

Modules§

encoding
Encodings of binary data such as Base64 and Hex.
error
Collection of errors to be used in fastcrypto.
groups
hash
This module contains a selection of cryptographic hash functions implementing a common HashFunction trait.
rng
Random number generation implementations for different target environments.
serde_helpers
traits
vrf

Macros§

serialize_deserialize_with_to_from_byte_array
Macro for generating Serialize/Deserialize for a type that implements ToFromByteArray.
serialize_deserialize_with_to_from_bytes