View Source Antikythera.Crypto (antikythera v0.5.1)

Summary

Functions

Checks equality of the given two binaries in constant-time to avoid timing attacks.

Functions

Link to this function

secure_compare(left, right)

View Source
@spec secure_compare(binary(), binary()) :: boolean()

Checks equality of the given two binaries in constant-time to avoid timing attacks.