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

Split out parsing & validation of test VerificationKey from checking of signature #115

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

dconnolly
Copy link
Contributor

Also use fully secure ChaChaRng with a full seed, not just a u64.

Now that we always generate an extra proper VerificationKey for each
Tweak::ChangePubkey case, this /should/ never fail: it also helps split out the
actual verification of the signature from the parsing and validation of the key
itself.

…of signature

Also use fully secure ChaChaRng with a full seed, not just a u64.

Now that we always generate an extra proper VerificationKey for each
Tweak::ChangePubkey case, this /should/ never fail: it also helps split out the
actual verification of the signature from the parsing and validation of the key
itself.
@dconnolly dconnolly added the rust Pull requests that update Rust code label May 31, 2021
@dconnolly dconnolly self-assigned this May 31, 2021
@dconnolly dconnolly merged commit ad3d7fc into main Jun 1, 2021
@dconnolly dconnolly deleted the tweak-redjubjub-tests branch June 1, 2021 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant