Euclid.Extra.String.secure_compare

You're seeing just the function secure_compare, go back to Euclid.Extra.String module for more information.
Link to this function

secure_compare(left, right)

View Source
This function is deprecated. Use `Euclid.String.secure_compare/2` instead.

Specs

secure_compare(binary(), binary()) :: boolean()

Compares the two binaries in constant-time to avoid timing attacks. See: http://codahale.com/a-lesson-in-timing-attacks/