pub(crate) fn pin_hash(pin: [u8; 4], salt: &[u8; 32]) -> [u8; 32]
Compute SHA-256(pin || pin_salt). This is the value stored in slot 5.
SHA-256(pin || pin_salt)