Skip to content
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

Provide constructors for keys and authenticators from string representation #25

Closed
hannesm opened this issue Apr 6, 2021 · 1 comment

Comments

@hannesm
Copy link
Member

hannesm commented Apr 6, 2021

As mentioned in mirage/ocaml-git#482 both private keys and authenticators should be constructable from a string easily (used as command-line arguments to programs):

  • the authenticator should specify type and fingerprint (or public key)
  • the private key should specify type and seed (or private key)

This should be done before the next release. The current state is Keys.auhenticator_of_string and Keys.of_seed.

@hannesm
Copy link
Member Author

hannesm commented Mar 3, 2022

That's done since 0.0.5.

@hannesm hannesm closed this as completed Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant