memcrypt 0.0.1

Encryption-at-rest for secrets in RAM with ephemeral key derivation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "memcrypt"
version = "0.0.1"
edition = "2021"
authors = ["memparanoid rs"]
license = "MIT"
description = "Encryption-at-rest for secrets in RAM with ephemeral key derivation"
# repository = "TBD"
keywords = ["security", "cryptography", "zeroization", "memory-safety"]
categories = ["cryptography", "no-std"]

[dependencies]
# Placeholder - implementación completa próximamente

[lib]
name = "memcrypt"
path = "src/lib.rs"