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.