You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
This should be done before the next release. The current state is Keys.auhenticator_of_string and Keys.of_seed.
The text was updated successfully, but these errors were encountered: