Function random_nonce

Source
pub fn random_nonce(length: usize) -> Result<Vec<u8>>
Expand description

Generate a random nonce

§Arguments

  • length - The length of the nonce

§Returns

A random nonce of the specified length