Comeonin.Tools

Module that provides tools for the various hashing algorithms.

Source

Summary

secure_check(hash, stored)

Compares the two binaries in constant time to avoid timing attacks

Functions

secure_check(hash, stored)

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

Source