Update dependency @noble/ed25519 to v3.0.1 #15

Open
MarkerBot wants to merge 1 commit from renovate/noble-ed25519-3.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
@noble/ed25519 (source) dependencies patch 3.0.03.0.1

Release Notes

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

v3.0.1

Compare Source

  • Fix a low-severity issue affecting verify
    • An attacker with an access to secret key was able to produce signatures, which were valid for all messages for their secret key
    • Impact: low, primarily systems which rely on non-repudiation
    • Special thanks to folks who've reported the issue: Yituo He (a.k.a. @​HaveYouTall) and @​sunyxedu
  • Speed-up everything 1.5x using new modP with HAC 14.47, HAC 14.50.
    • Contributed by @​georg95 in #​117.
    • keygen x 10,594 ops/sec @​ 94μs/op => 14,610 ops/sec @​ 68μs/op
    • sign x 5,267 ops/sec @​ 189μs/op => 7,225 ops/sec @​ 138μs/op
    • verify x 1,203 ops/sec @​ 830μs/op => 1,972 ops/sec @​ 506μs/op

Full Changelog: https://github.com/paulmillr/noble-ed25519/compare/3.0.0...3.0.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@noble/ed25519](https://paulmillr.com/noble/) ([source](https://github.com/paulmillr/noble-ed25519)) | dependencies | patch | [`3.0.0` → `3.0.1`](https://renovatebot.com/diffs/npm/@noble%2fed25519/3.0.0/3.0.1) | --- ### Release Notes <details> <summary>paulmillr/noble-ed25519 (@&#8203;noble/ed25519)</summary> ### [`v3.0.1`](https://github.com/paulmillr/noble-ed25519/releases/tag/3.0.1) [Compare Source](https://github.com/paulmillr/noble-ed25519/compare/3.0.0...3.0.1) - Fix a low-severity issue affecting `verify` - An attacker **with an access to secret key** was able to produce signatures, which were valid for all messages for their secret key - Impact: low, primarily systems which rely on non-repudiation - Special thanks to folks who've reported the issue: *Yituo He (a.k.a. [@&#8203;HaveYouTall](https://github.com/HaveYouTall)) and [@&#8203;sunyxedu](https://github.com/sunyxedu)* - Speed-up everything 1.5x using new modP with HAC 14.47, HAC 14.50. - Contributed by [@&#8203;georg95](https://github.com/georg95) in [#&#8203;117](https://github.com/paulmillr/noble-ed25519/pull/117). - keygen x 10,594 ops/sec @&#8203; 94μs/op => 14,610 ops/sec @&#8203; 68μs/op - sign x 5,267 ops/sec @&#8203; 189μs/op => 7,225 ops/sec @&#8203; 138μs/op - verify x 1,203 ops/sec @&#8203; 830μs/op => 1,972 ops/sec @&#8203; 506μs/op **Full Changelog**: <https://github.com/paulmillr/noble-ed25519/compare/3.0.0...3.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuODQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Update dependency @noble/ed25519 to v3.0.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
59d274a10a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/noble-ed25519-3.x-lockfile:renovate/noble-ed25519-3.x-lockfile
git switch renovate/noble-ed25519-3.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/noble-ed25519-3.x-lockfile
git switch renovate/noble-ed25519-3.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/noble-ed25519-3.x-lockfile
git switch renovate/noble-ed25519-3.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/noble-ed25519-3.x-lockfile
git switch main
git merge --squash renovate/noble-ed25519-3.x-lockfile
git switch main
git merge --ff-only renovate/noble-ed25519-3.x-lockfile
git switch main
git merge renovate/noble-ed25519-3.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MarkerMatic/site!15
No description provided.