MCPcopy Create free account
hub / github.com/RustCrypto/utils / zeroize_stack

Function zeroize_stack

zeroize/src/stack.rs:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47/// codegen.
48#[inline(never)]
49pub fn zeroize_stack<const N: usize>() {
50 let buf = [0u8; N];
51 crate::optimization_barrier(&buf);
52}

Callers

nothing calls this directly

Calls 1

optimization_barrierFunction · 0.85

Tested by

no test coverage detected