tacet 0.4.2

Detect timing side channels in cryptographic code
Documentation
1
2
3
4
5
6
7
//! dalek ecosystem timing tests
//!
//! Tests implementations from the dalek cryptography project:
//! - x25519: Curve25519 ECDH (X25519 scalar multiplication)

#[path = "dalek/x25519.rs"]
mod x25519;