Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Verifier#signatures_match? protecting against timing attack
Implements constant time string comparisong by XORing each byte in the string with each byte in the candidate string and OR all of that together. If the result is zero, then the strings are identical.
- Loading branch information