Expand description
Shared Wycheproof test runners and FIPS vectors for HKDF-SHA256 backends.
This crate provides generic test runners that accept any HkdfApi
implementation, enabling conformance testing across Rust, x86, and ARM
backends without duplicating test code.
§License
GPL-3.0-only
Modules§
- hkdf_
sha256_ wycheproof - HKDF-SHA256 Wycheproof test runner and types.
- hkdf_
sha256_ wycheproof_ vectors - HKDF-SHA256 Wycheproof test vectors (auto-generated).
- hmac_
sha256_ wycheproof - HMAC-SHA256 Wycheproof test runner and types.
- hmac_
sha256_ wycheproof_ vectors - HMAC-SHA256 Wycheproof test vectors (auto-generated).
- sha256_
compress_ block - SHA-256 compress_block test runner. SHA-256 compress_block test runners.
- sha256_
hash - SHA-256 hash test runner. SHA-256 hash test runners.