lexe-crypto 0.1.7

Lexe cryptography library (ring wrapper)
Documentation
1
2
3
4
5
6
7
8
/// Encrypt/decrypt blobs for remote storage.
pub mod aes;
/// Ed25519 signature scheme types.
pub mod ed25519;
/// Password-based encryption using PBKDF2-HMAC-SHA256.
pub mod password;
/// Random number generation.
pub mod rng;