| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Crypto.Argon2
Documentation
Arguments
| :: HashOptions | Options pertaining to how expensive the hash is to calculate |
| -> ByteString | The password to hash |
| -> ByteString | The salt to use when hashing |
| -> Text | The encoded password hash |
Arguments
| :: HashOptions | Options pertaining to how expensive the hash is to calculate |
| -> ByteString | The password to hash |
| -> ByteString | The salt to use when hashing |
| -> ByteString | The un-encoded password hash |
data HashOptions Source
Constructors
| HashOptions | |
Fields
| |
data Argon2Variant Source