Closed jacobheun closed 4 years ago
This adds the ability to specify the key type and size when using the cli.
$ peer-id --type ed25519 { "id": "12D3Koo...", "privKey": "CAES...", "pubKey": "CAE..." }
$ peer-id --type rsa --bits 4096 { "id": "Qm...", "privKey": "CAA...", "pubKey": "CAA..." }
This adds the ability to specify the key type and size when using the cli.