Zeroizing allocator (#154)

* Add a zeroizing allocator

* Also implement the allocator API

* Add misisng license file to zalloc

* Slight change to zalloc description
This commit is contained in:
Luke Parker
2022-11-10 23:34:40 -06:00
committed by GitHub
parent 7334ed1f43
commit 3d9b9b178c
5 changed files with 95 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -10129,6 +10129,13 @@ dependencies = [
"static_assertions",
]
[[package]]
name = "zalloc"
version = "0.1.0"
dependencies = [
"zeroize",
]
[[package]]
name = "zeroize"
version = "1.5.7"