ring-compat 0.8.0

Compatibility crate for using RustCrypto's traits with the cryptographic algorithm implementations from *ring*
Documentation
1
2
3
4
5
6
7
8
9
10
//! ring-compat test suite

#[cfg(all(feature = "aead", feature = "alloc"))]
mod aead;

#[cfg(feature = "digest")]
mod digest;

#[cfg(feature = "signature")]
mod signature;