You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `create` command will generate a new random 32 byte IKM that will be encrypted with the password and stored in the keystore file.
14
+
- The IKM is used to generate either BLS or SECP key depending on the provided key type. The private key and the public key will be displayed once the key is generated.
15
+
-**NOTE: The keystore does not store the type of key that was generated with the IKM. That responsibility is left to the user**
16
+
17
+
### Recover:
6
18
7
19
```sh
8
-
cargo run --release -- --mode [create|recover] --key-type [bls|secp] --keystore-path <path_to_output_file>
0 commit comments