pub fn generate_nonce() -> NonceExpand description
Generate a new nonce for encrypting a cookie with the encode_cookie function
This uses the thread-local random number generator, which is guaranteed by the rand crate to produce cryptographically secure random data.