-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#15 need to support Buffers as arguments to signer
Reviewed by: Cody Peter Mello <[email protected]>
- Loading branch information
Alex Wilson
committed
Apr 20, 2018
1 parent
3f35614
commit 0d945d3
Showing
5 changed files
with
52 additions
and
2 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-----BEGIN EC PRIVATE KEY----- | ||
MHcCAQEEILqER39h6YL9+r7hX1GMrcNIQSl0W+Vx2oSl0ATdYIzfoAoGCCqGSM49 | ||
AwEHoUQDQgAEUj7spG/UFi/olOKP0qlaBnbb2u3In4h96cMiVNHBuPzk3Ts7KdXD | ||
c85fUPoTnN47zHc7dpQJ7c1YclAx/RA2AA== | ||
-----END EC PRIVATE KEY----- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUj7spG/UFi/olOKP0qlaBnbb2u3I | ||
n4h96cMiVNHBuPzk3Ts7KdXDc85fUPoTnN47zHc7dpQJ7c1YclAx/RA2AA== | ||
-----END PUBLIC KEY----- |