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

PCS crate moved to jellyfish repository #74

Merged
merged 3 commits into from
Sep 6, 2022
Merged

PCS crate moved to jellyfish repository #74

merged 3 commits into from
Sep 6, 2022

Conversation

mrain
Copy link
Contributor

@mrain mrain commented Sep 6, 2022

Close #67

@mrain mrain linked an issue Sep 6, 2022 that may be closed by this pull request
@@ -73,7 +76,7 @@ where
/// Outputs:
/// - Return a boolean on whether the verification is successful
fn verify(
vk: &Self::VerifyingKey,
vk: impl Borrow<Self::VerifyingKey>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

No action required: vk is usually small so & might be fine, but perhaps for consistency it's better to use impl Borrow.

Copy link
Collaborator

@chancharles92 chancharles92 left a comment

Choose a reason for hiding this comment

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

LGTM

@mrain mrain merged commit 3160ef1 into main Sep 6, 2022
@mrain mrain mentioned this pull request Sep 6, 2022
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.

Move PCS crate to Jellyfish
2 participants