key-vault 1.0.0

Enterprise-grade key management vault for Rust. 9-layer defense-in-depth: fragmentation, decoy bytes, codex transform, mlock + zeroize, constant-time ops, security monitoring. Pluggable key fetchers (TPM, keychain, file, env). Sub-microsecond access. REPS-compliant.
Documentation
# Normalize all text to LF in the repo and on every checkout.
# Without this, GitHub Actions on Windows uses core.autocrlf=true and
# converts our files to CRLF, which trips `rustfmt`'s `newline_style = "Unix"`.

* text=auto eol=lf

*.rs       text eol=lf
*.toml     text eol=lf
*.md       text eol=lf
*.yml      text eol=lf
*.yaml     text eol=lf
*.json     text eol=lf
*.lock     text eol=lf
LICENSE-*  text eol=lf
.editorconfig  text eol=lf
.gitignore     text eol=lf

# Binary assets — never line-end normalize.
*.png  binary
*.jpg  binary
*.jpeg binary
*.gif  binary
*.ico  binary
*.svg  -text