memsecurity 0.2.0-alpha1

Securely hold secrets in memory and protect them against cross-protection-boundary readout via microarchitectural, via attacks on physical layout, and via coldboot attacks.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.aead]
default-features = false
features = ["bytes"]
version = "0.5.1"

[dependencies.blake3]
default-features = false
version = "1.3.3"

[dependencies.chacha20poly1305]
default-features = false
features = ["reduced-round"]
version = "0.10.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.nanorand]
features = ["chacha", "zeroize", "getrandom"]
version = "0.7.0"

[dependencies.zeroize]
default-features = false
version = "1.5.7"

[package]
authors = ["448 ENGINEERING DESIGN DEVELOPERS <superuser@448.africa>"]
categories = ["cryptography", "memory-management"]
description = "Securely hold secrets in memory and protect them against cross-protection-boundary readout via microarchitectural, via attacks on physical layout, and via coldboot attacks."
edition = "2021"
homepage = "https://github.com/448-engineering/MEMSECURITY"
keywords = ["in-memory", "security"]
license = "Apache-2.0 OR MIT"
name = "memsecurity"
readme = "README.md"
repository = "https://github.com/448-engineering/MEMSECURITY"
version = "0.2.0-alpha1"
[profile.dev]
overflow-checks = true

[profile.release]
lto = "thin"
opt-level = 3
overflow-checks = true
strip = "debuginfo"