Pure-Rust traits and utilities for constant-time cryptographic implementations.
# Cargo.toml
[dependencies]
subtle = "2.6.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compare two byte slices in constant time to prevent timing attacks.
Ensure the underlying type implements `ConstantTimeEq` correctly; prefer fixed-size arrays or `subtle::Choice`.
No dependency data recorded yet.