tacet 0.4.2

Detect timing side channels in cryptographic code
Documentation
1
2
3
4
5
6
7
8
//! Macro tests
//!
//! Tests for the timing_test! and timing_test_checked! proc macros.

#[path = "macros/compile_errors.rs"]
mod compile_errors;
#[path = "macros/syntax.rs"]
mod syntax;