mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
feat: Wrap sodium_malloc as a custom allocator
This lets us get rid of quite a few unsafe blocks.
This commit is contained in:
committed by
Karolin Varner
parent
85a61808de
commit
70fa9bd6d7
@@ -16,5 +16,6 @@ pub fn init() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
pub mod aead;
|
||||
pub mod alloc;
|
||||
pub mod hash;
|
||||
pub mod helpers;
|
||||
|
||||
Reference in New Issue
Block a user