pub const HASH_LENGTH: usize = 64; // 64usize
The expected length of a Hash in bytes (64 bytes = 512 bits).
Hash
use libvctrl_handler::constants::HASH_LENGTH; assert_eq!(HASH_LENGTH, 64);