Name: zeroize URL: https://crates.io/crates/zeroize Version: 1.8.1 Revision: 7050a8402b44344023cd8d27fe6e0e4055d6bdde License: Apache-2.0 License File: //brave/third_party/rust/chromium_crates_io/vendor/zeroize-v1/LICENSE-APACHE Shipped: yes Security Critical: yes Description: 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!