Skip to content

Commit

Permalink
[feature] hyperledger#2564: Kagami tool algorithm options
Browse files Browse the repository at this point in the history
Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
Signed-off-by: 6r1d <vic.6r1d@gmail.com>
  • Loading branch information
2 people authored and mversic committed Sep 9, 2022
1 parent bc903f3 commit e5b72cf
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 to generate 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 e5b72cf

Please sign in to comment.