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

Adopt the new secret key interface #82

Open
burdges opened this issue Aug 3, 2022 · 1 comment
Open

Adopt the new secret key interface #82

burdges opened this issue Aug 3, 2022 · 1 comment

Comments

@burdges
Copy link
Collaborator

burdges commented Aug 3, 2022

We should replace the loose public key interface we inherited from ed25519-dalek:

We'll basically make SecretKey be a keypair that contains the PublicKey. I'm already doing the ring VRF this way, so then we can backport stuff. It's kind an overhaul of the whole crate interface, but once someone asked me how to use schnorrkel with the randomness in merlin disabled, so likely worth doing.

@burdges
Copy link
Collaborator Author

burdges commented Jun 12, 2023

We should decide if RistrettoBoth really makes sense. We could make it lazy but then we'd need interior mutability.

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