-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 [suggestion] Kagami tool needs crypto algorithm options #2564
Labels
Comments
This is a very small change here, luckily, and it works locally: /// Algorithm used for generating the key-pair.
/// Options: ed25519, secp256k1, bls_normal, bls_small.
|
6r1d
added a commit
to 6r1d/iroha
that referenced
this issue
Jul 29, 2022
Signed-off-by: 6r1d <[email protected]>
6r1d
added a commit
to 6r1d/iroha
that referenced
this issue
Jul 29, 2022
Signed-off-by: 6r1d <[email protected]>
6r1d
added a commit
to 6r1d/iroha
that referenced
this issue
Aug 1, 2022
Signed-off-by: 6r1d <[email protected]> Co-authored-by: Ekaterina Mekhnetsova <[email protected]>
6r1d
added a commit
to 6r1d/iroha
that referenced
this issue
Aug 1, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
appetrosyan
pushed a commit
to 6r1d/iroha
that referenced
this issue
Aug 1, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
appetrosyan
pushed a commit
that referenced
this issue
Aug 1, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
BAStos525
pushed a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Aug 3, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 6, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 6, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 6, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 7, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 8, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 9, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 9, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Sep 9, 2022
Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: 6r1d <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature request
Currently, it's a matter of guessing for Kagami's algorithms, but it's possible to add the options to the internal help:
ed25519
secp256k1
bls_normal
bls_small
Motivation
It makes Kagami easier to use
The text was updated successfully, but these errors were encountered: