Skip to main content

HASH_LENGTH

Constant HASH_LENGTH 

Source
pub const HASH_LENGTH: usize = 64; // 64usize
Expand description

The expected length of a Hash in bytes (64 bytes = 512 bits).

ยงExamples

use libvctrl_handler::constants::HASH_LENGTH;

assert_eq!(HASH_LENGTH, 64);