nettle_sys

Function nettle_pss_mgf1

Source
pub unsafe extern "C" fn nettle_pss_mgf1(
    seed: *const c_void,
    hash: *const nettle_hash,
    length: usize,
    mask: *mut u8,
)