uselesskey-hmac 0.9.0

HMAC HS256/HS384/HS512 secret fixtures for deterministic and random tests.
Documentation
1
2
3
4
5
6
//! Single-responsibility HMAC internals.
//!
//! These modules preserve the old published internal crate APIs while moving
//! the implementation behind the `uselesskey-hmac` public package promise.

pub mod spec;