Function dryoc::classic::crypto_core::crypto_core_hsalsa20   
source · pub fn crypto_core_hsalsa20(
    output: &mut HSalsa20Output,
    input: &HSalsa20Input,
    key: &HSalsa20Key,
    constants: Option<(u32, u32, u32, u32)>
)Expand description
Implements the HSalsa20 function.
Compatible with libsodium’s crypto_core_hsalsa20.