memcode_core 0.0.1

Allocation-free, zeroizing serialization for sensitive data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "memcode_core"
version = "0.0.1"
edition = "2021"
authors = ["memparanoid rs"]
license = "MIT"
description = "Allocation-free, zeroizing serialization for sensitive data"
# repository = "TBD"
keywords = ["security", "memory", "cryptography", "zeroization"]
categories = ["memory-management", "no-std"]


[dependencies]
# Placeholder - full implementation coming soon