Function proxy_reencryption_lib::utils::new_random_arr
source · pub fn new_random_arr<const N: usize>() -> [u8; N]Expand description
Generates a new random array of a specified size.
pub fn new_random_arr<const N: usize>() -> [u8; N]Generates a new random array of a specified size.