Skip to main content

HashOutput

Type Alias HashOutput 

Source
pub type HashOutput = [u8; 32];
Expand description

Represents the output of the hash function.

We are using SHA-256, so the hash values have 256 bits.