cryptovec 0.6.1

A vector which zeroes its memory on clears and reallocations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2"

[dependencies.winapi]
features = ["basetsd", "minwindef", "memoryapi"]
version = "0.3"

[package]
authors = ["Pierre-Étienne Meunier <pe@pijul.org>"]
description = "A vector which zeroes its memory on clears and reallocations."
documentation = "https://pijul.org/cryptovec/doc/cryptovec"
include = ["Cargo.toml", "src/lib.rs"]
license = "Apache-2.0"
name = "cryptovec"
repository = "https://pijul.org/cryptovec"
version = "0.6.1"