redoubt-alloc 0.0.1

allocation-locked collections that guarantees no reallocation of sensitive data after sealing. Part of the redoubt secure memory framework. - placeholder reservation
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "redoubt-alloc"
version = "0.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "allocation-locked collections that guarantees no reallocation of sensitive data after sealing. Part of the redoubt secure memory framework. - placeholder reservation"
repository = "https://github.com/yourusername/redoubt"
keywords = ["security", "memory", "cryptography", "zeroize"]
categories = ["cryptography", "no-std"]

[dependencies]