Expand description
Cryptographic primitives for the Shadow Network
Provides encryption, key exchange, signatures, and hashing with forward secrecy.
Re-exports§
pub use encryption::encrypt;pub use encryption::decrypt;pub use encryption::EncryptionKey;pub use keyexchange::KeyExchange;pub use signature::sign;pub use signature::verify;pub use signature::SigningKey;pub use signature::VerifyKey;pub use hash::hash_data;pub use hash::HashDigest;pub use keypair::Keypair;pub use keypair::generate_keypair;