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

Create a dedicated crate for the DKG #141

Merged
merged 25 commits into from
Oct 29, 2022
Merged

Create a dedicated crate for the DKG #141

merged 25 commits into from
Oct 29, 2022

Conversation

kayabaNerve
Copy link
Member

Inspired by #56 #96 #132.

Closes #83 #84 #98.

They're generally no longer used.
…Digest

Part of trying to minimize this trait so it can be moved elsewhere. Vec, 
which isn't std, may have been a blocker.
Reduces requirements on callers in order to be correct.
There was no reason to have them separated as they were. sign probably 
has the same statement available, yet that isn't the focus right now.
Helper for buf = vec![]; .write(buf).unwrap(); buf
@kayabaNerve kayabaNerve added improvement This could be better cryptography An issue involving cryptography/a cryptographic library labels Oct 29, 2022
@kayabaNerve kayabaNerve merged commit 2379855 into develop Oct 29, 2022
@kayabaNerve kayabaNerve deleted the dkg branch October 29, 2022 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cryptography An issue involving cryptography/a cryptographic library improvement This could be better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer a dedicated Schnorr crate
1 participant