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
Thanks for providing this package! We're using it in our product to deterministically generate keys for TLS, so that they can be recovered with a secret seed.
The docstring for keygen.ECDSA says that the output may change, and that already happened once in ac6787e if I'm not mistaken. That made me wonder what your plans are for releasing a v1.0.0 that comes with a stability promise. Do you still have a list of things in mind that need changing?
Cheers, Markus
The text was updated successfully, but these errors were encountered:
Hello! Glad that this package is being useful. Before committing to a v1.0.0 I want to produce a specification for the deterministic generation, so that it can be implemented by other libraries if necessary. I don't expect to change ECDSA after ac6787e, but I can't promise that until I have the specification reviewed for compliance amongst other things.
Hi @FiloSottile,
Thanks for providing this package! We're using it in our product to deterministically generate keys for TLS, so that they can be recovered with a secret seed.
The docstring for
keygen.ECDSA
says that the output may change, and that already happened once in ac6787e if I'm not mistaken. That made me wonder what your plans are for releasing a v1.0.0 that comes with a stability promise. Do you still have a list of things in mind that need changing?Cheers, Markus
The text was updated successfully, but these errors were encountered: