tacet 0.4.2

Detect timing side channels in cryptographic code
Documentation
1
2
3
4
5
6
7
8
//! Runtime and async timing tests
//!
//! Tests for async/await, concurrent tasks, and runtime behavior.

#[path = "runtime/async_timing.rs"]
mod async_timing;
#[path = "runtime/concurrency.rs"]
mod concurrency;