pub const SCRYPT_HASH_LEN: usize = 32;
Expand description

The length of an scrypt hash.

The value of this constant - 32 - is considered part of this API. Any changes to it will be considered breaking changes.