sodium-alloc 0.1.1

Allocator type that allocates memory using Sodium's secure memory utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sodium-alloc"
version = "0.1.1" # remember to update html_root_url
authors = ["tom25519 <tom25519@pm.me>"]
edition = "2018"
description = "Allocator type that allocates memory using Sodium's secure memory utilities"
repository = "https://github.com/tom25519/sodium-alloc"
license = "MIT OR Apache-2.0"
keywords = ["allocator", "alloc", "libsodium", "memory", "sodium"]
categories = ["api-bindings", "memory-management"]

[dependencies]
libsodium-sys-stable = "1.19.19"