Skip to content

Bump ff from 0.12.1 to 0.13.0#49

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ff-0.13.0
Open

Bump ff from 0.12.1 to 0.13.0#49
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ff-0.13.0

Conversation

@dependabot
Copy link

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

Bumps ff from 0.12.1 to 0.13.0.

Changelog

Sourced from ff's changelog.

[0.13.0] - 2022-12-06

Added

  • ff::Field::{ZERO, ONE}
  • ff::Field::pow
  • ff::Field::{sqrt_ratio, sqrt_alt}
  • core::iter::{Sum, Product} bounds on ff::Field
  • ff::PrimeField::from_u128
  • ff::PrimeField::{MODULUS, TWO_INV}
  • Constants related to multiplicative generators:
    • ff::PrimeField::MULTIPLICATIVE_GENERATOR
    • ff::PrimeField::{ROOT_OF_UNITY, ROOT_OF_UNITY_INV}
    • ff::PrimeField::DELTA
  • ff::WithSmallOrderMulGroup
  • ff::FromUniformBytes
  • ff::helpers:
    • sqrt_tonelli_shanks
    • sqrt_ratio_generic

Changed

  • ff::Field::sqrt is now a provided method that uses the Field::sqrt_ratio method. Implementors of the Field trait can choose to implement Field::sqrt_ratio and use the provided ff::Field::sqrt method, especially if it is more efficient in practice, or they can keep their own implementation of Field::sqrt and implement Field::sqrt_ratio in terms of that implementation using the ff::helpers::sqrt_ratio_generic helper function.
  • ff::PrimeField is now documented as representing a non-binary field (i.e. its prime is not 2). This was always the intention, but is now a concrete requirement in order for PrimeField::TWO_INV to exist.

Removed

  • ff::Field::{zero, one} (use ff::Field::{ZERO, ONE} instead).
  • ff::PrimeField::{multiplicative_generator, root_of_unity} (use ff::PrimeField::{MULTIPLICATIVE_GENERATOR, ROOT_OF_UNITY} instead).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 23, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/ff-0.13.0 branch from 62595db to f420fba Compare February 1, 2023 14:45
Bumps [ff](https://github.com/zkcrypto/ff) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/zkcrypto/ff/releases)
- [Changelog](https://github.com/zkcrypto/ff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkcrypto/ff/commits)

---
updated-dependencies:
- dependency-name: ff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/ff-0.13.0 branch from f420fba to ab11482 Compare February 4, 2023 21:12
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.

0 participants