mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
docs: fix curve names
This commit is contained in:
parent
67907b6c4c
commit
118ca37304
@ -17,11 +17,11 @@ algorithm, extended to work on other curves.
|
||||
|
||||
| coin | curve | path | public node | note |
|
||||
| -------- | --------- | ------------------ | ----------- | -------------- |
|
||||
| Bitcoin | secp256k | `44'/c'/a'/y/i` | yes | [1](#Bitcoin) |
|
||||
| Ethereum | secp256k | `44'/c'/0'/0/a` | yes | [2](#Ethereum) |
|
||||
| Ripple | secp256k | `44'/144'/a'/0/0` | | [3](#Ripple) |
|
||||
| EOS | secp256k | `44'/194'/a'/0/0` | | [3](#Ripple) |
|
||||
| Tron | secp256k | TODO | | TODO |
|
||||
| Bitcoin | secp256k1 | `44'/c'/a'/y/i` | yes | [1](#Bitcoin) |
|
||||
| Ethereum | secp256k1 | `44'/c'/0'/0/a` | yes | [2](#Ethereum) |
|
||||
| Ripple | secp256k1 | `44'/144'/a'/0/0` | | [3](#Ripple) |
|
||||
| EOS | secp256k1 | `44'/194'/a'/0/0` | | [3](#Ripple) |
|
||||
| Tron | secp256k1 | TODO | | TODO |
|
||||
| Ontology | nist256p1 | TODO | | TODO |
|
||||
| Cardano | ed25519 | `44'/1815'/a'/y/i` | yes | [4](#Cardano) |
|
||||
| Stellar | ed25519 | `44'/148'/a'` | | |
|
||||
|
Loading…
Reference in New Issue
Block a user