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