Constant tindercrypt::metadata::PBKDF2_SALT_SIZE[][src]

pub const PBKDF2_SALT_SIZE: usize = 32;
Expand description

The size of the salt values for the PBKDF2 key derivation algorithm.

We use a constant size of 32 bytes for the salt values, because the general recommendation is that salts should be globally unique.