Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perform constant time string comparison when validating signatures
String#== is not safe for the purposes of validating crytographic signatures because it enables timing attacks.
- Loading branch information