seal-crypto-wrapper 0.1.0

A high-level, misuse-resistant cryptographic wrapper library for Rust, binding algorithms to keys to ensure type safety.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "asymmetric-signature")]
pub mod signature;

#[cfg(feature = "asymmetric-kem")]
pub mod kem;

#[cfg(feature = "asymmetric-key-agreement")]
pub mod key_agreement;