sanitization 1.0.0-rc.5

Dependency-free no_std secret memory sanitization with safe defaults and an explicit volatile wipe backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing

Security-sensitive changes should keep unsafe code isolated behind the crate
root `#![deny(unsafe_code)]` policy and documented in `SAFETY.md`.

Before submitting changes, run:

```bash
bash scripts/checks.sh
```

Changes to `wipe`, `unsafe_wipe`, platform memory backends, comparison
assembly, cache flushing, or guarded mappings must update `SAFETY.md`. Changes
that alter guarantees, limits, or supported attacker models must update
`THREAT_MODEL.md`.