generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for compressed secp256k1 publicKey (#567)
* Add compressed SECP256K1 publicKey test for eciesSecp256k1Encrypt() Signed-off-by: Hiroaki KAWAI <[email protected]> * Add compressed SECP256K1 ephemeral publicKey support in encrypted message. Signed-off-by: Hiroaki KAWAI <[email protected]> * Convert SECP256K1 public key to compressed from uncompressed. Signed-off-by: Hiroaki KAWAI <[email protected]> * npm install; lint and formatting; remove isCompressed option * Nit --------- Signed-off-by: Hiroaki KAWAI <[email protected]> Co-authored-by: Diane Huxley <[email protected]>
- Loading branch information
Showing
7 changed files
with
85 additions
and
29 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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