-
Notifications
You must be signed in to change notification settings - Fork 21
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
Implement the messages spec #114
Implement the messages spec #114
Conversation
Co-authored-by: teor <[email protected]>
Co-authored-by: teor <[email protected]>
Co-authored-by: teor <[email protected]>
@@ -66,7 +66,7 @@ impl<T: SigType> Hash for VerificationKeyBytes<T> { | |||
/// | |||
/// 1. The check that the bytes are a canonical encoding of a verification key; | |||
/// 2. The check that the verification key is not a point of small order. | |||
#[derive(Copy, Clone, Debug)] | |||
#[derive(PartialEq, Copy, Clone, Debug)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security: we might want to implement constant-time equality instead.
@dconnolly what do you think?
@oxarbitrage can we get a quick rebase onto main to resolve some merge conflicts? thanks |
I don't see merge conflicts and i actually think nothing was merged into the |
I think this PR can also close #48. |
Ongoing implementation of the messages spec.
https://github.com/ZcashFoundation/redjubjub/tree/main/rfcs/0001-messages.md
More details to be added.