zeroize 1.3.0

Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
Documentation

zeroize

This version has 3 feature flags, 2 of them enabled by default.

default

  • alloc

alloc

    This feature flag does not enable additional features.

zeroize_derive

    This feature flag does not enable additional features.