Sourced from github.com/cloudflare/circl's\nreleases.
\n\n\nCIRCL v1.6.1
\n\n
\n- Fixes some point checks on the FourQ curve.
\n- Hybrid KEM fails on low-order points.
\nWhat's Changed
\n\n
\n- kem/hybrid: ensure X25519 hybrids fails with low order points by
\n@Lekensteynin cloudflare/circl#541- .github: Use native ARM64 builders instead of QEMU by
\n@Lekensteynin cloudflare/circl#542- Fixes several errors on twisted Edwards curves. by
\n@armfazhin cloudflare/circl#545- Release v1.6.1 by
\n@armfazhin cloudflare/circl#546Full Changelog: https://github.com/cloudflare/circl/compare/v1.6.0...v1.6.1
\nCIRCL v1.6.0
\nNew!
\n\n
\n- Prio3\nVerifiable Distributed Aggregation Function (draft-irtf-cfrg-vdaf).
\n- X-Wing:\ngeneral-purpose hybrid post-quantum KEM (draft-connolly-cfrg-xwing-kem)
\nWhat's Changed
\n\n
\n- Add OIDs to ML-DSA by
\n@bwesterbin cloudflare/circl#519- Adds Prio3 a set of verifiable distributed aggregation functions. by\n
\n@armfazhin cloudflare/circl#522- Run semgrep cronjob only in upstream repository. by
\n@armfazhin cloudflare/circl#526- X-Wing PQ/T hybrid by
\n@bwesterbin cloudflare/circl#471- ckem: move crypto/elliptic to crypto/ecdh by
\n@MingLLuoin cloudflare/circl#529- hpke: Update HPKE code to use ecdh stdlib package. by
\n@armfazhin cloudflare/circl#530- prio3: Adds polynomial multiplication using NTT by
\n@armfazhin cloudflare/circl#532- Add Prio3 in readme. by
\n@armfazhin cloudflare/circl#527New Contributors
\n\n
\n- \n
@MingLLuo\nmade their first contribution in cloudflare/circl#529Full Changelog: https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0
\nCIRCL v1.5.0
\nNew: ML-DSA, Module-Lattice-based Digital Signature\nAlgorithm.
\nWhat's Changed
\n\n
\n- kem: add X25519MLKEM768 TLS hybrid KEM by
\n@bwesterbin cloudflare/circl#510- Create semgrep.yml by
\n@hrushikeshdeshpande\nin cloudflare/circl#514- repo: Some fixes reported by CodeQL by
\n@armfazhin cloudflare/circl#515- Add ML-DSA (FIPS204) by
\n@bwesterbin cloudflare/circl#480- sign/mldsa: Add test for ML-DSA signature verification. by
\n@armfazhin cloudflare/circl#517- Release v1.5.0 by
\n@armfazhin cloudflare/circl#518New Contributors
\n\n
\n- \n
@hrushikeshdeshpande\nmade their first contribution in cloudflare/circl#514Full Changelog: https://github.com/cloudflare/circl/compare/v1.4.0...v1.5.0
\n
c6d33e3\nRelease v1.6.10c3868e\ncurve4q: Shared must fail with low order points.9fd570d\ncurve4q: Test showing DH does not fails on identity point.c988ceb\nfourq: Correctly unmarshalling point.ef2611d\nfourq: Test showing point unmarshal fails.05eba44\nfourq: Handle the case of Z=0 for IsOnCurve and IsEqual.eef0878\nfourq: Test showing isEqual and IsOnCurve fail.2298474\ngoldilocks; Handling points with z=0.5a940a1\ngoldilocks: Test for IsEqual must fail with Z=048c3b6a\ned25519: Fix isEqual to handle points with Z=0.