forked from RustCrypto/crypto-bigint
-
Notifications
You must be signed in to change notification settings - Fork 0
int-dev #2
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
Closed
Closed
int-dev #2
Conversation
This file contains hidden or 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
As a follow-up to RustCrypto#606, this PR extends the set of tests for modular inversion.
Updates the following dependencies: $ cargo update Updating crates.io index Locking 61 packages to latest compatible versions Updating anstyle v1.0.7 -> v1.0.10 Updating autocfg v1.3.0 -> v1.4.0 Updating bit-set v0.5.3 -> v0.8.0 Updating bit-vec v0.6.3 -> v0.8.0 Updating bitflags v2.5.0 -> v2.6.0 Adding byteorder v1.5.0 Updating bytes v1.6.0 -> v1.9.0 Updating clap v4.4.8 -> v4.5.23 Updating clap_builder v4.4.8 -> v4.5.23 Updating clap_lex v0.6.0 -> v0.7.4 Updating crossbeam-deque v0.8.5 -> v0.8.6 Updating crossbeam-utils v0.8.20 -> v0.8.21 Updating either v1.12.0 -> v1.13.0 Updating errno v0.3.9 -> v0.3.10 Updating fastrand v2.1.0 -> v2.3.0 Updating hermit-abi v0.3.9 -> v0.4.0 Updating hybrid-array v0.2.1 -> v0.2.3 Updating is-terminal v0.4.12 -> v0.4.13 Updating itoa v1.0.11 -> v1.0.14 Updating js-sys v0.3.69 -> v0.3.76 Updating libc v0.2.155 -> v0.2.169 Removing libm v0.2.8 Updating log v0.4.21 -> v0.4.22 Updating num-bigint v0.4.5 -> v0.4.6 Updating once_cell v1.19.0 -> v1.20.2 Updating oorandom v11.1.3 -> v11.1.4 Updating plotters v0.3.6 -> v0.3.7 Updating plotters-backend v0.3.6 -> v0.3.7 Updating plotters-svg v0.3.6 -> v0.3.7 Updating ppv-lite86 v0.2.17 -> v0.2.20 Updating proc-macro2 v1.0.86 -> v1.0.92 Updating proptest v1.5.0 -> v1.6.0 Updating quote v1.0.36 -> v1.0.38 Updating regex v1.10.5 -> v1.11.1 Updating regex-automata v0.4.7 -> v0.4.9 Updating regex-syntax v0.8.4 -> v0.8.5 Updating rustix v0.38.34 -> v0.38.42 Updating serde v1.0.203 -> v1.0.217 Updating serde_derive v1.0.203 -> v1.0.217 Updating serde_json v1.0.117 -> v1.0.134 Updating syn v2.0.68 -> v2.0.94 Updating tempfile v3.10.1 -> v3.15.0 Updating unicode-ident v1.0.12 -> v1.0.14 Updating wasm-bindgen v0.2.92 -> v0.2.99 Updating wasm-bindgen-backend v0.2.92 -> v0.2.99 Updating wasm-bindgen-macro v0.2.92 -> v0.2.99 Updating wasm-bindgen-macro-support v0.2.92 -> v0.2.99 Updating wasm-bindgen-shared v0.2.92 -> v0.2.99 Updating web-sys v0.3.69 -> v0.3.76 Updating winapi-util v0.1.8 -> v0.1.9 Adding windows-sys v0.59.0 Updating windows-targets v0.52.5 -> v0.52.6 Updating windows_aarch64_gnullvm v0.52.5 -> v0.52.6 Updating windows_aarch64_msvc v0.52.5 -> v0.52.6 Updating windows_i686_gnu v0.52.5 -> v0.52.6 Updating windows_i686_gnullvm v0.52.5 -> v0.52.6 Updating windows_i686_msvc v0.52.5 -> v0.52.6 Updating windows_x86_64_gnu v0.52.5 -> v0.52.6 Updating windows_x86_64_gnullvm v0.52.5 -> v0.52.6 Updating windows_x86_64_msvc v0.52.5 -> v0.52.6 Adding zerocopy v0.7.35 Adding zerocopy-derive v0.7.35
NOTE: this release includes breaking changes to the wire format. See RustCrypto/formats#1631
Also adds the needed `Div` and `Rem` impls to meet the required bounds
* Enable rhs input of RHS_LIMBS
* Enable rhs input of RHS_LIMBS
54d0337
to
986faf2
Compare
erik-3milabs
added a commit
that referenced
this pull request
Jun 24, 2025
erik-3milabs
added a commit
that referenced
this pull request
Jun 24, 2025
erik-3milabs
added a commit
that referenced
this pull request
Jun 24, 2025
erik-3milabs
added a commit
that referenced
this pull request
Jun 24, 2025
erik-3milabs
added a commit
that referenced
this pull request
Jun 24, 2025
erik-3milabs
added a commit
that referenced
this pull request
Jul 3, 2025
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.
No description provided.