Function atuin_common::utils::crypto_random_bytes
source ยท pub fn crypto_random_bytes<const N: usize>() -> [u8; N]
Expand description
Generate N random bytes, using a cryptographically secure source
pub fn crypto_random_bytes<const N: usize>() -> [u8; N]
Generate N random bytes, using a cryptographically secure source