RootCauseunvalidated
The `hash_password` function returns the actual hash with more information needed for hash verification. Tension: So the result of `hash_password` is longer than 32 bytes. Outcome: `hash_secret_raw` returns only the actual 32 bytes hash.
037f94ed-9bbc-47b3-b675-0634589f5883
The hash_password function returns the actual hash with more information needed for hash verification. Tension: So the result of hash_password is longer than 32 bytes. Outcome: hash_secret_raw returns only the actual 32 bytes hash.