[][src]Function sodiumoxide::crypto::shorthash::siphash24::gen_key

pub fn gen_key() -> Key

gen_key() randomly generates a key for shorthash

THREAD SAFETY: gen_key() is thread-safe provided that you have called sodiumoxide::init() once before using any other function from sodiumoxide.