Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps crypto-bigint from 0.6.0-rc.6 to 0.7.0-rc.9.

Changelog

Sourced from crypto-bigint's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.0-pre.5 (2025-06-16)

The below list is very much incomplete.

Added

  • Reduce trait for modular reduction with a constant modulus.

Changed

  • Replace Limb::mac with ::carrying_mul_add (#817).
    • Note: ::carrying_mul_add requires a different parameter order than ::mac.

#817: RustCrypto/crypto-bigint#817

0.6.1 (2025-02-14)

Added

  • ?Sized to all RngCore bounds (#760)

Changed

  • Make as_limbs_mut const (#757)
  • Impl RemMixed for even splits as well (#791)
  • Make Integer be fmt::Binary, LowerHex and UpperHex (#792)

#757: RustCrypto/crypto-bigint#757 #760: RustCrypto/crypto-bigint#760 #791: RustCrypto/crypto-bigint#791 #792:RustCrypto/crypto-bigint#792

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),

... (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.6 to 0.7.0-rc.9.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.6.0-rc.6...v0.7.0-rc.9)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-version: 0.7.0-rc.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 20, 2025
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.

1 participant