Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure verifySignature does not leak useful timing information
This avoids easy timing attacks against signature verification by double-hashing before comparing values. The information we leak after this patch is useless unless the hash function is completely broken. Closes #36
- Loading branch information