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

crypto: split crypto move lib #4653

Merged
merged 1 commit into from
Oct 4, 2022
Merged

crypto: split crypto move lib #4653

merged 1 commit into from
Oct 4, 2022

Conversation

joyqvq
Copy link
Contributor

@joyqvq joyqvq commented Sep 15, 2022

splitting one crypto.move to four, no content update otherwise

@joyqvq joyqvq force-pushed the split-move-lib branch 2 times, most recently from 9dd3d80 to 62030f3 Compare September 19, 2022 20:09
@joyqvq joyqvq marked this pull request as ready for review September 19, 2022 20:31
// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

module sui::range_proof {
Copy link
Collaborator

Choose a reason for hiding this comment

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

as we do algorithmic separation of the crypto modules in this PR, I'd call this bulletproofs instead of range_proof for consistency.

@joyqvq joyqvq force-pushed the split-move-lib branch 2 times, most recently from 56510cb to 9e6dbc9 Compare September 26, 2022 18:53
@joyqvq joyqvq requested a review from kchalkias September 26, 2022 19:55
@joyqvq
Copy link
Contributor Author

joyqvq commented Sep 27, 2022

@kchalkias PTAL

Copy link
Collaborator

@kchalkias kchalkias left a comment

Choose a reason for hiding this comment

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

Just a minor comment re how to name our bulletproofs module.

// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

module sui::bulletproof {
Copy link
Collaborator

Choose a reason for hiding this comment

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

for consistency with the algorithm name, I'd use bulletproofs (with an "s")

@joyqvq joyqvq merged commit d120940 into main Oct 4, 2022
@joyqvq joyqvq deleted the split-move-lib branch October 4, 2022 17:10
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.

2 participants