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

View File

@@ -1,5 +1,7 @@
[workspace]
members = [
"common/zalloc",
"crypto/transcript",
"crypto/dalek-ff-group",