Skip to main content

Crate sanitization_crypto_interop

Crate sanitization_crypto_interop 

Source
Expand description

Optional crypto crate interop helpers for sanitization.

The core sanitization crate clears memory it owns. It cannot clear private buffers inside third-party hash implementations unless those crates expose their own zeroization hooks. This crate provides small feature-gated helpers for those cases while keeping the core crate dependency-free.

Modulesยง

blake3
BLAKE3 helpers with explicit hasher and XOF reader cleanup.
hmac_sha2
HMAC-SHA2 helpers with explicit scratch-buffer sanitization.
sha2
SHA-2 helpers with upstream hasher zeroization enabled.