Skip to main content

Crate tacet_macros

Crate tacet_macros 

Source
Expand description

Proc macros for tacet.

This crate provides the timing_test! and timing_test_checked! macros for writing timing side-channel tests with compile-time validation.

See the tacet crate documentation for usage examples.

Macrosยง

timing_test
Create a timing test that returns Outcome for pattern matching.
timing_test_checked
Create a timing test that returns Outcome for explicit handling.