Function libsodium_sys::crypto_core_hsalsa20 [] [src]

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