sanitization 1.0.0-rc.2

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
# Contributing

Security-sensitive changes should keep the default crate free of unsafe code.

Before submitting changes, run:

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

Changes to `unsafe_wipe` must update `SAFETY.md`. Changes that alter guarantees,
limits, or supported attacker models must update `THREAT_MODEL.md`.