MCPcopy Create free account
hub / github.com/RustCrypto/signatures / prf

Function prf

xmss/src/hash.rs:65–83  ·  view source on GitHub ↗

Computes PRF(key, in), for a key of params.n bytes, and a 32-byte input.

(
    params: &XmssParams,
    out: &mut [u8],
    input: &[u8; 32],
    key: &[u8],
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

thash_hFunction · 0.85
thash_fFunction · 0.85
xmssmt_core_signFunction · 0.85

Calls 3

ull_to_bytesFunction · 0.85
core_hashFunction · 0.85
zeroizeMethod · 0.45

Tested by

no test coverage detected