Skip to content

Commit

Permalink
[feature] hyperledger-iroha#2564: Kagami tool algorithm options
Browse files Browse the repository at this point in the history
Signed-off-by: 6r1d <[email protected]>
  • Loading branch information
6r1d committed Jul 29, 2022
1 parent faf88a6 commit a4bb498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/kagami/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ mod crypto {
#[derive(StructOpt, Debug, Clone)]
#[structopt(group = ArgGroup::new("generate_from").required(false))]
pub struct Args {
/// Algorithm used for generating the key-pair
/// Algorithm used for generating the key-pair.
/// Options: ed25519, secp256k1, bls_normal, bls_small.
#[clap(default_value_t, long, short)]
algorithm: Algorithm,
/// The `private_key` used to generate the key-pair
Expand Down

0 comments on commit a4bb498

Please sign in to comment.