-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1af236e
commit b024973
Showing
4 changed files
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Sample PEM and expected values | ||
|
||
The example public key in PEM format has the following SHA1 checksum: | ||
|
||
```text | ||
cb64c6243efbbdd170f2cba269775fa20ccd0531 | ||
``` | ||
|
||
## Public key | ||
|
||
The public key in hexadecimal, without the `0x04` prefix derived from the PEM | ||
file is: | ||
|
||
```text | ||
3b4ca9876d1c4ca39838fd8ef1bc4b138a1edf73ad8e29b9f6338f39e4a6f64c7d83df86b01deb689c6d14536413fce6752f4df7240d7180b53f27f5611d06a3 | ||
``` | ||
|
||
## EVM address | ||
|
||
The account address derived from the hexadecimal public key: | ||
|
||
```text | ||
0x128a20ebdcb434e41ee8e5e94292ce76eddfc8ea | ||
``` |
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----- | ||
MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEO0yph20cTKOYOP2O8bxLE4oe33Otjim5 | ||
9jOPOeSm9kx9g9+GsB3raJxtFFNkE/zmdS9N9yQNcYC1Pyf1YR0Gow== | ||
-----END PUBLIC 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 @@ | ||
3b4ca9876d1c4ca39838fd8ef1bc4b138a1edf73ad8e29b9f6338f39e4a6f64c7d83df86b01deb689c6d14536413fce6752f4df7240d7180b53f27f5611d06a3 |
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 @@ | ||
0x128a20ebdcb434e41ee8e5e94292ce76eddfc8ea |