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

Use RedJubjub types in zebra-chain. #142

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Use RedJubjub types in zebra-chain. #142

merged 1 commit into from
Dec 12, 2019

Conversation

hdevalence
Copy link
Contributor

Ticks one box off of #123

Closes #125.

@hdevalence hdevalence requested a review from a team December 10, 2019 00:40
Copy link
Contributor

@dconnolly dconnolly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

///
/// XXX refine to a specific type.
pub rk: [u8; 32],
pub rk: redjubjub::PublicKeyBytes<SpendAuth>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

/// XXX refine to a specific type: redjubjub signature?
/// XXX for now it's [u64; 8] instead of [u8; 64] to get trait impls
pub spend_auth_sig: [u64; 8],
pub spend_auth_sig: redjubjub::Signature<SpendAuth>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

// XXX refine this type to a RedJubjub signature.
// for now it's [u64; 8] rather than [u8; 64] to get trait impls
pub binding_sig: [u64; 8],
pub binding_sig: redjubjub::Signature<Binding>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@dconnolly dconnolly merged commit 4315235 into main Dec 12, 2019
@dconnolly dconnolly deleted the use-redjubjub branch December 12, 2019 19:23
@dconnolly dconnolly mentioned this pull request Mar 5, 2021
53 tasks
skyl added a commit to skyl/zebra that referenced this pull request Sep 25, 2024
Co-authored-by: Jonathan Bird <jonathanbird+github@gmail.com>
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

Successfully merging this pull request may close these issues.

RedJubJub signatures
2 participants