Packages

Secure password hashing, powered by Argon2

Current section

Files

Jump to
aragorn2 include aragorn2_Hasher.hrl
Raw

include/aragorn2_Hasher.hrl

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