Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

getrandom

Function getrandom 

Source
pub unsafe extern "C" fn getrandom(
    buf: *mut c_void,
    buflen: size_t,
    flags: c_uint,
) -> ssize_t