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
//! AEAD tests

#[macro_use]
mod common;

mod aes128gcm;
mod aes256gcm;
mod chacha20poly1305;