tacet 0.4.2

Detect timing side channels in cryptographic code
Documentation
1
2
3
4
5
6
7
8
9
10
//! ring crate timing tests
//!
//! Tests implementations from the ring crate:
//! - aes_gcm: AES-256-GCM AEAD
//! - chacha20poly1305: ChaCha20-Poly1305 AEAD

#[path = "ring/aes_gcm.rs"]
mod aes_gcm;
#[path = "ring/chacha20poly1305.rs"]
mod chacha20poly1305;