Function libsodium_sys::crypto_core_salsa2012 [] [src]

pub unsafe extern fn crypto_core_salsa2012(out: *mut [u8; 64],
                                           in_: *const [u8; 16],
                                           k: *const [u8; 32],
                                           c: *const [u8; 16])
                                           -> c_int