mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
Update README.md
This commit is contained in:
parent
2ff7a9f726
commit
91c3bbcadc
|
@ -69,7 +69,7 @@ Generate an i2p private key
|
|||
|
||||
#### Usage
|
||||
|
||||
Make a DSA-SHA1 destination key
|
||||
Make a EDDSA-SHA512-ED25519 destination key
|
||||
|
||||
./keygen privkey.dat
|
||||
|
||||
|
@ -83,7 +83,7 @@ or
|
|||
|
||||
|
||||
| key name | number |
|
||||
| -------------------- | ------ |
|
||||
| ------------------------------------ | ------ |
|
||||
| DSA-SHA1 | 0 |
|
||||
| ECDSA-SHA256-P256 | 1 |
|
||||
| ECDSA-SHA384-P384 | 2 |
|
||||
|
@ -92,6 +92,8 @@ or
|
|||
| RSA-SHA384-3072 | 5 |
|
||||
| RSA-SHA512-4096 | 6 |
|
||||
| EDDSA-SHA512-ED25519 | 7 |
|
||||
| GOSTR3410_CRYPTO_PRO_A-GOSTR3411-256 | 9 |
|
||||
| GOSTR3410_TC26_A_512-GOSTR3411-512 | 10 |
|
||||
|
||||
### vain
|
||||
|
||||
|
|
Loading…
Reference in a new issue