Re-exports§
pub use hex;
Modules§
Structs§
- Hkdf
- Structure representing the HKDF, capable of HKDF-Expand and HKDF-Extract operations. Recommendations for the correct usage of the parameters can be found in the crate root.
- OsRng
- A random number generator that retrieves randomness from the operating system.
- Public
Key - A Diffie-Hellman public key
- Shared
Secret - The result of a Diffie-Hellman key exchange.
- Signature
- Ed25519 signature.
- Signing
Key - ed25519 signing key which can be used to produce signatures.
- Static
Secret - A Diffie-Hellman secret key that can be used to compute multiple
SharedSecrets. - Verifying
Key - An ed25519 public key.
Traits§
- Crypto
Rng - A marker trait used to indicate that an
RngCoreorBlockRngCoreimplementation is supposed to be cryptographically secure. - RngCore
- The core of a random number generator.
Type Aliases§
- Sha256
- SHA-256 hasher.
- Signature
Error - Errors which may occur while processing signatures and keypairs.