js-libp2p-noise
js-libp2p-noise copied to clipboard
deps: bump @noble/ciphers from 1.2.1 to 1.3.0
Bumps @noble/ciphers from 1.2.1 to 1.3.0.
Release notes
Sourced from @noble/ciphers's releases.
1.3.0
- Modules are now available with
.jsextension
- Old:
@noble/ciphers/chacha- New:
@noble/ciphers/chacha.js- Old path is still available
- This simplifies working in browsers natively without transpilers
- utils: use built-in Uint8Array toHex / fromHex when available. Gives 13x speed-up on 256b arrays, 20x speed-up on 32kb arrays
- utils.randomBytes: ensure same return type Uint8Array in old nodejs
- Move _assert into utils
- Rename siv to gcmsiv
- Standalone build files are now attested in CI. Check out README for verification guide
- Typescript source can now be used without compilation in node.js v24, due to erasableSyntaxOnly
Full Changelog: https://github.com/paulmillr/noble-ciphers/compare/1.2.1...1.3.0
Commits
953f9aaRelease 1.3.0.4f2f8e0pkg.json: add .js exports336b265Move _assert into utilsd2750a1Use u64Lengths util.68518e5Move _assert into utils1f20d3bFormat salsa / chacha core a little7425ffaAdd more comments727a744Ignore .map filesc9f1ed6utils.randomBytes: ensure same return type Uint8Array in old nodejscb4b7ffMerge pull request #52 from clach04/patch-1- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)