Registry / crypto / lnk-cryptovec

lnk-cryptovec

JSON →
library0.6.1rscratesunverified

A vector which zeroes its memory on clears and reallocations.

# Cargo.toml [dependencies] lnk-cryptovec = "0.6.1"
INSTALL
IMPORT
SIG · LNK-CRYPTOVEC
L
lnk-cryptovec
cryptorustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CryptoVec
use lnk_cryptovec::CryptoVec;

Creates a CryptoVec, pushes a value, and clears it with memory zeroing.

use lnk_cryptovec::CryptoVec; fn main() { let mut vec = CryptoVec::new(); vec.push(42); vec.clear(); // memory is zeroed println!("CryptoVec cleared safely"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lnk-cryptovec — cargo add lnk-cryptovec · libregistry