pbkdf2_elixir v0.9.0 Pbkdf2.Tools View Source

Module that provides various tools for the hashing algorithms.

Link to this section Summary

Functions

Compares the two binaries in constant time to avoid timing attacks

Link to this section Functions

Link to this function secure_check(hash, stored) View Source

Compares the two binaries in constant time to avoid timing attacks.