Skip to main content

crypt

Function crypt 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn crypt( key: *const c_char, salt: *const c_char, ) -> *mut c_char
Expand description