fix(deps): update dependency @noble/curves to v1.9.7 #243
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.8.1
->1.9.7
Release Notes
paulmillr/noble-curves (@noble/curves)
v1.9.7
Compare Source
toMontgomeryPriv
=>toMontgomerySecret
Full Changelog: paulmillr/noble-curves@1.9.6...1.9.7
v1.9.6
Compare Source
weierstrass()
method (still lazy, waits for first call)tower
from v2decaf44
Full Changelog: paulmillr/noble-curves@1.9.5...1.9.6
v1.9.5
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.4...1.9.5
v1.9.4
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.3...1.9.4
v1.9.3
Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
There are lots of renamings and API adjustments; but all old code would work as-is. The code would visually flagged as "deprecated" (using jsdoc flag) in typescript-supported code environments, which makes it easy to upgrade to new versions.
*privateKey
to*secretKey
everywhere for consistency with post-quantum and non-noble librarieskeygen
method to curves which creates both secret and public keyssecp256k1_hasher
Sensitive code changes
Full Changelog: paulmillr/noble-curves@1.9.2...1.9.3
v1.9.2
Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
Fp
andFn
static properties which are its fieldsbls.longSignatures
andbls.shortSignatures
APIsSensitive code changes
sign()
logic for k generationNew contributors
Full Changelog: paulmillr/noble-curves@1.9.1...1.9.2
v1.9.1
Compare Source
Full Changelog: paulmillr/noble-curves@1.9.0...1.9.1
v1.9.0
Compare Source
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
.js
extension@noble/curves/ed25519
@noble/curves/ed25519.js
Full Changelog: paulmillr/noble-curves@1.8.2...1.9.0
v1.8.2
Compare Source
ed25519
, ed448) always use complete formula in add()ed25519
, ed448) ban points with z=0 (zero points have z=1)ed25519
: use slower, but more precise CURVE.a definitionFp12
fields typeOther changes
New Contributors
Acknowledgments
Thanks to @ChALkeR for spotting edwards bug.
Full Changelog: paulmillr/noble-curves@1.8.1...1.8.2
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.