Skip to content
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(deps): update dependency @noble/curves to ^1.7.0 #79

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@noble/curves (source) ^1.6.0 -> ^1.7.0 age adoption passing confidence

Release Notes

paulmillr/noble-curves (@​noble/curves)

v1.7.0

Compare Source

  • curve: add wnafCachedUnsafe() and precomputeMSMUnsafe().
    • new methods speed-up MSM for cases when inputs are public
    • edwards, weierstrass: switch multiplyUnsafe to new wnaf methods
  • modular: crash on non-prime P in sqrt instead of looping
    • do not precompute sqrtP on initializaton, delay until first call
  • weierstrass: add support for strict format option in verify, choose between compact and der
  • bls: Export some types to simplify building custom curves
  • utils: Improve isBytes speed
  • improve compatibility with parsers and minifiers
  • Upgrade hashes to v1.6.0

New Contributors

Full Changelog: paulmillr/noble-curves@1.6.0...1.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 25, 2024 22:05
@renovate renovate bot merged commit d492056 into main Nov 25, 2024
7 checks passed
@renovate renovate bot deleted the renovate/noble-curves-1.x branch November 25, 2024 22:06
Copy link

🎉 This PR is included in version 1.1.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.33%. Comparing base (29448f1) to head (e681acb).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           2        2           
  Lines          60       60           
  Branches        6        6           
=======================================
  Hits           56       56           
  Misses          4        4           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29448f1...e681acb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant