-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add key generation subcommands #259
Conversation
Also move to clap v3.
key generate command looks good to me. Suggesting to rename the third key type to Secp256r1: #259 (comment) #259 (comment) What would the did part be?
|
Actually, do you think it would be better to name them
It's to replace the |
"Secp256k1" would be consistent with the usage here:
Usage of the term Secp256r1 seems to be a little less consistent, e.g.:
But there is mention of Secp256r1 in the VC Data model V1 context: The JOSE table of elliptic curves includes We could also have additional (hidden) aliases like for p256, P-256, k256, etc.
OK. Not bad I think. If it was |
I didn't find a way to override the |
I see,
Yes (didkit-cli crate v0.1.1, and on ghcr.io). |
Also move to
clap
v3 (structopt
has been integrated inclap
).Here's my proposal for the subcommands.