Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps crypto-bigint from 0.6.0-rc.8 to 0.6.0.

Changelog

Sourced from crypto-bigint's changelog.

0.6.0 (2025-01-22)

Added

  • TryFrom<&[u8]> bound on Encoding::Repr (#261)
  • New Uint functionality:
    • New methods: bitand_limb (#322), gcd (#472), from_str_radix_vartime (#603), to_string_radix_vartime (#659)
    • New trait impls: MulMod (#313), Div/Rem (#720)
  • New BoxedUint functionality:
    • New methods: sbb/wrapping_sub/checked_sub (#303), mul (#306), from_be_slice/from_le_slice (#307), to_be_bytes/to_le_bytes (#308), bits (#328), conditional_select (#329), shl_vartime (#330), shr_vartime (#331), rem_vartime (#332), inv_mod2k/bitor (#334), pow (#337), inv_mod (#341), random (#349), cond_map/cond_and_then (#352), map_limbs (#357), div_rem/rem (#398), new_with_arc (#407), gcd (#497), from_str_radix_vartime (#603), to_string_radix_vartime (#659)
    • New trait impls: BitAnd* (#314), ConstantTimeGreater/Less/PartialOrd/Ord (#316), AddMod (#317), SubMod (#320), Hash/BoxedUint (#350), MulMod/BoxedUint (#343), RandomMod (#349), Rem (#356), BitNot/BitXor (#358), CheckedMul/Mul (#361), NegMod (#362), Div (#366), Integer (#367)
    • Montgomery multiplication support (#323)
  • New traits: FixedInteger (#363), CheckedDiv (#369), WideningMul (#371), ConstantTimeSelect (#454), SquareAssign (#431), Gcd (#499), DivRemLimb/RemLimb (#496), InvMod (#505, #741), SquareRoot (#508), BitOperations (#507), ShrVartime/ShlVartime (#509), RandomBits (#510), RemMixed (#746)
  • num-traits impls: Wrapping* (#425), Zero/One (#433), ConstZero (#573), Num (#720)
  • safegcd (Bernstein-Yang) GCD + inv mod algorithm (#372, #493, #632, #635, #655)
  • Constant-time square root and division (#376)
  • Implement Zeroize for NonZero wrapper (#406)
  • Zero::set_zero method (#426)
  • Inverter/PrecomputeInverter traits (#438, #444)
  • Uint: const fn encoders (#453)
  • Traits to connect integers and Montgomery form representations (#431):
    • Integer::Monty associated type
    • Monty trait with arithmetic bounds and an associated Monty::Integer type
  • Odd wrapper type (#487)
  • NonZero::new_unwrap (#602)
  • Implement Karatsuba multiplication for Uint and BoxedUint (#649)
  • Efficient linear combination for Montgomery forms (#666)
  • Doc comment support for impl_modulus! (#676)
  • core::error::Error support (#680)
  • Int type providing initial signed integer support using two's complement (#695, #730)
  • Variable-time modular inversion support (#731)

Changed

  • Toplevel modular module now contains all modular functionality (#300, #324)
  • Integer trait: expand bounds to include *Mod (#318), Add/Sub/Mul (#435), RemAssign (#709), AddAssign/MulAssign/SubAssign (#716)
  • Integer trait: add new methods bits(_vartime)/leading_zeros (#368),

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0-rc.8 to 0.6.0.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustCrypto/crypto-bigint/commits)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 23, 2025
@tarcieri tarcieri changed the title build(deps): bump crypto-bigint from 0.6.0-rc.8 to 0.6.0 build(deps): bump crypto-bigint from 0.6.0-rc.8 to 0.6 Jan 23, 2025
@tarcieri tarcieri merged commit 254471c into master Jan 23, 2025
25 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/crypto-bigint-0.6.0 branch January 23, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants