redoubt 0.0.1

Memory security framework for Rust - placeholder reservation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "redoubt"
version = "0.0.1"
edition = "2021"
authors = ["Federico Hoerth"]
license = "MIT OR Apache-2.0"
description = "Memory security framework for Rust - placeholder reservation"
repository = "https://github.com/yourusername/redoubt"
keywords = ["security", "memory", "cryptography", "zeroize"]
categories = ["cryptography", "no-std"]

[dependencies]