Constant secured_cipher::permutation::core::KEY_SIZE
source · pub const KEY_SIZE: usize = 32;Expand description
Size of the key in bytes. The key is a 256-bit (32 bytes) value used for encryption and decryption.
pub const KEY_SIZE: usize = 32;Size of the key in bytes. The key is a 256-bit (32 bytes) value used for encryption and decryption.