tc_zeroize 0.1.0

Explicit memory erasure with volatile writes and opt-in scope guards.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tc_zeroize"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Explicit memory erasure with volatile writes and opt-in scope guards."
readme = "README.md"
documentation = "https://docs.rs/tc_zeroize"
keywords = ["zeroize", "cryptography", "no-std", "memory"]
categories = ["cryptography", "no-std", "memory-management"]
include = ["src/**", "tests/**", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE"]

[features]
default = []
alloc = []