zeroize 1.7.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

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

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

default

  • alloc

alloc

    This feature flag does not enable additional features.

std

  • alloc

derive

  • zeroize_derive

zeroize_derive

  • dep:zeroize_derive

serde

  • dep:serde

aarch64

    This feature flag does not enable additional features.