Function libsodium_sys::crypto_core_salsa20 [] [src]

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