Type Definition secmem_alloc::zeroize::DefaultMemZeroizer
source · [−]pub type DefaultMemZeroizer = VolatileMemsetZeroizer;
Expand description
Best (i.e. fastest) MemZeroizer
available for the target.
Which MemZeroizer
this is is an implementation detail, can depend on the target and
the selected features and the version of this library.