This is a library of memory allocators and data structures to handle sensitive information, especially when interfacing with foreign and unsafe code.
It currently features:
Allocator
trait, andBox
, Vec
and String
.Add this to your Cargo.toml
:
toml
[dependencies]
sensitive = "0.9"
This code relies heavily on experimental nightly‐only APIs.