View Source Argon2.Native (Argon2 v1.1.1)

Native implementation of the Argon2 password hashing algorithm.

Summary

Functions

Link to this function

hash_password(password, config \\ nil)

View Source
Link to this function

verify_password(password, hash)

View Source