Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3
Created by: dependabot[bot]
Bumps github.com/cloudflare/circl from 1.1.0 to 1.3.3.
Release notes
Sourced from github.com/cloudflare/circl's releases.
CIRCL v1.3.3
New Features
- ASCON light-weight authenticated encryption.
- Hybrid KEM for HPKE based on Kyber and X25519.
- CIRCL can be compiled both as static and dynamic linking modes.
Security
- Fixes error-handling on rand readers.
What's Changed
- Use untyped consts for Kyber params by
@tmthrgdin cloudflare/circl#398- zk/dl: adds prefixed labels and updates nomenclature. by
@armfazhin cloudflare/circl#396- Bumping Go version. by
@armfazhin cloudflare/circl#399- kem: add P-256 + Kyber768Draft00 hybrid by
@bwesterbin cloudflare/circl#402- ckem: pass xof to elliptic.GenerateKey directly by
@bwesterbin cloudflare/circl#403- Adding Ascon, an AEAD lightweight cipher. by
@armfazhin cloudflare/circl#400- Add Ascon-80pq to cipher\ascon by
@dhcgnin cloudflare/circl#404- ascon: update formulas and check for API compatibility by
@armfazhin cloudflare/circl#406- all: enables dynamic linking, removes R15 is clobbered by
@armfazhin cloudflare/circl#407- ascon: Removes table of constants. by
@armfazhin cloudflare/circl#408- tkn20: prevent panics on key gen errors by
@tmthrgdin cloudflare/circl#409- expander,tkn20: remove superfluous Reset calls by
@tmthrgdin cloudflare/circl#410- Updating stdlib crypto library. by
@armfazhin cloudflare/circl#413- Reduce x/crypto and x/sys versions to match Go 1.20 by
@Lekensteynin cloudflare/circl#414- Make ascon cipher go routine safe by
@enjin cloudflare/circl#416- tkn20,kyber,x25519,x448: plug constant-time leaks by
@tmthrgdin cloudflare/circl#411- Check for crypto/rand errors and ReadFull io.Readers by
@bwesterbin cloudflare/circl#417- Fix encapsulation seed size by
@chris-woodin cloudflare/circl#419- Add X25519Kyber768Draft00 experimental HPKE KEM by
@chris-woodin cloudflare/circl#421- hpke: Adding NonceSize function to AEAD. by
@armfazhin cloudflare/circl#424- hpke: Address always nil parameter. by
@armfazhin cloudflare/circl#425- hpke: update and move xyber768d00 test vectors by
@bwesterbin cloudflare/circl#426- hpke: fix encapsulation seed in test for xyber by
@bwesterbin cloudflare/circl#428- Remove scalar sha3 amd64 assembly by
@bwesterbin cloudflare/circl#429- Add HPKE benchmarks by
@chris-woodin cloudflare/circl#434New Contributors
@tmthrgdmade their first contribution in cloudflare/circl#398@dhcgnmade their first contribution in cloudflare/circl#404@Lekensteynmade their first contribution in cloudflare/circl#414@enjmade their first contribution in cloudflare/circl#416Full Changelog: https://github.com/cloudflare/circl/compare/v1.3.2...v1.3.3
CIRCL v1.3.2
What's Changed
- oprf: Updating test vectors for VOPRF rc-rfc. by
@armfazhin cloudflare/circl#388- abe: Make golden files for cpabe. by
@armfazhin cloudflare/circl#392- abe: Improve test clarity by
@tanyav2in cloudflare/circl#393- tkn20: change seed size for MAC key from 128->448 bits in accordance … by
@tanyav2in cloudflare/circl#394
... (truncated)
Commits
-
3bef500Releasing CIRCL v1.3.3 -
4002bafAdd HPKE benchmarks -
7955403Remove scalar sha3 amd64 assembly -
aef7250hpke: fix encapsulation seed in test for xyber -
808526ahpke: update and move xyber768d00 test vectors -
c7845aaAddress always nil parameter. -
2475a3fAdding NonceSize function to AEAD. -
eaec71fAdd X25519Kyber768Draft00 experimental HPKE KEM -
f0db288Fix encapsulation seed size -
f4c0e87Update go-ristretto dep - 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) You can disable automated security fix PRs for this repo from the Security Alerts page.