Module vec

Source
Expand description

Secure Vec container types.

Type Aliasesยง

SecureVec
A Vec which is backed by a secured allocator and keeps its contents in physical memory. When released, the allocated memory is securely zeroed, including all intermediate buffers produced in resizing the vector.