-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized signature algorithm (#501)
* add sign transfer tx test. * optimize ecdsa sign method. fix opt code. update opcode update opt ecdsa sign. update add ECDSASigner.java add x,y,r,s log info == to != add log info update * annotate the code for the test * optimize sm2 sign method. * add cache for SM2Signer object * fix ci * Add code comments
- Loading branch information
Showing
17 changed files
with
1,074 additions
and
26 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.