Packages

Argon2 password hashing library for Gleam, using the reference C implementation.

Current section

Files

Jump to
argus include argus_Hasher.hrl
Raw

include/argus_Hasher.hrl

-record(hasher, {
algorithm :: argus:argon2_algorithm(),
time_cost :: integer(),
memory_cost :: integer(),
parallelism :: integer(),
hash_length :: integer()
}).