mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-25 07:35:30 -04:00
💾
This commit is contained in:
parent
982078a66c
commit
98e5bd2cce
8 changed files with 0 additions and 0 deletions
9
basic_knowledge/cryptography/asymmetric_crypto.md
Normal file
9
basic_knowledge/cryptography/asymmetric_crypto.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## 🍈 asymmetric crypto
|
||||
|
||||
<br>
|
||||
|
||||
* a private key in etherem is 64 random hex characters (or 32 bytes or 256 bits)
|
||||
* the public key is derived from the private key using elliptic curve digital signature algorith (ECDSA)
|
||||
* the ethereum address are the first 20 bytes of the SHA3 hashed public key
|
||||
* the private key creates a signature, the public key verifies the signature
|
||||
* when you transfer ether from one address to another, the tx is signed by your private key
|
Loading…
Add table
Add a link
Reference in a new issue