pub unsafe extern "C" fn Hacl_RSAPSS_mgf_hash(
a: Spec_Hash_Definitions_hash_alg,
len: u32,
mgfseed: *mut u8,
maskLen: u32,
res: *mut u8,
)
Expand description
The mask generation function defined in the Public Key Cryptography Standard #1 (https://www.ietf.org/rfc/rfc2437.txt Section 10.2.1)