View Source NextHubCrypto.Base (NextHubCrypto v0.1.0)

Link to this section Summary

Link to this section Functions

@spec gen_salt(keyword() | integer()) :: binary()
Link to this function

hash_password(password, salt, opts \\ [])

View Source
@spec hash_password(binary(), binary(), keyword()) :: binary()
Link to this function

verify_pass(password, hash, salt, digest, rounds, output_fmt)

View Source
@spec verify_pass(binary(), binary(), binary(), atom(), binary(), atom()) :: boolean()