Crate chain_crypto
source ·Re-exports
pub use hash::Blake2b256;
pub use algorithms::*;
Modules
- Simple Assymmetric locking mechanism using:
- module to provide some handy interfaces atop the hashes so we have the common interfaces for the project to work with.
- Module defining the Group Elements and Scalar structures in one primer order group (over sec2 curves), or the other (ristretto255).
- evolving 🔒
- module to provide some handy interfaces atop the hashes so we have the common interfaces for the project to work with.
- kes 🔒
- key 🔒
- Similar to asymlock but takes a set of recipients instead of a unique receiver
- sign 🔒
- vrf 🔒
Structs
Enums
- Evolving status
Traits
Functions
- Evaluate the VRF for a specific input and return a verified output
- Verify the VRF output for a specific input is correct