-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new ECDSA Methods that Sign and Verify SHA256 Hash. (#3365)
Currently implemented ECDSA methods operate on a message, i.e. they calculate SHA256 hash of the message and then generate/verify the signature. In some use cases, it is required to calculate hash and generate/verify signature separately. To support this use case new ECDSA methods that operate on a hash are introduced.
- Loading branch information
Showing
4 changed files
with
294 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.