-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix!: remove unneeded pub uses #94
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stringhandler
force-pushed
the
mb-fix-docs
branch
2 times, most recently
from
April 8, 2022 11:49
db8b172
to
6a61cdd
Compare
stringhandler
force-pushed
the
mb-fix-docs
branch
from
April 8, 2022 11:56
6a61cdd
to
f9bf76d
Compare
sdbondi
previously approved these changes
Apr 8, 2022
Co-authored-by: Stan Bondi <[email protected]>
Definitely an improvement |
CjS77
previously approved these changes
Jun 1, 2022
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.
LGTM - conflicts need resolving
# Conflicts: # Cargo.toml # benches/range_proof.rs # src/lib.rs # src/range_proof.rs # src/ristretto/pedersen/commitment_factory.rs # src/wasm/range_proofs.rs
stringhandler
force-pushed
the
mb-fix-docs
branch
from
July 1, 2022 12:08
2c3fd69
to
23b0beb
Compare
stringhandler
force-pushed
the
mb-fix-docs
branch
from
July 1, 2022 12:15
1d670c0
to
ec87d8d
Compare
make file_license_check executable
sdbondi
approved these changes
Jul 1, 2022
CjS77
approved these changes
Jul 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are multiple minor fixes in this PR, but some are potentially breaking.
tari-project
avx2
andsimd
features, replacing them withsimd_backend
andu64_backend
features, so that they match the features indalek_curve25519
u64_backend
when using thesimd_backend
featurerusttoolchain
withrusttoolchain.toml
stable
docs
can be run successfullyCloses some of #73
BREAKING CHANGE:
Blake256
no longer re-exposed under thecommon
mod and must be imported ashash::blake2::Blake256
BREAKING CHANGE:
avx2
andsimd
features have been removed. Usesimd_backend
insteadBREAKING CHANGE:
macros
mod is now privateBREAKING CHANGE: Various constants have been made private
BREAKING CHANGE:
DalekRangeProofService
moved fromristretto::dalek_range_proof
toristretto
BREAKING CHANGE:
ristretto_com_sig
andristretto_sig
mods have been made private. The structs and methods inside were already re-exposed underristretto