Releases: cloudflare/circl
Releases · cloudflare/circl
CIRCL v1.2.0
Security
- Included countermeasures against Hertzbleed attack.
What's Changed
- group: add SetUint64 method to Group.Scalar. by @armfazh in #301
- group/ristretto255: use SetUint64 instead of SetBigInt by @bwesterb in #302
- oprf: updates test vectors to draft voprf-v8 by @armfazh in #300
- Move expander out of the group package. by @armfazh in #304
- group: adds a function for sampling non-zero scalars. by @armfazh in #305
- Add blind RSA protocol support by @chris-wood in #308
- Verify the signatures for sanity's sake by @chris-wood in #309
- bls12: Adding hashing to G2 by @armfazh in #299
- Pad blind RSA protocol messages to fixed modulus width by @chris-wood in #310
- Performs modular reduction for all scalars. by @armfazh in #315
- Added implementation of FrodoKEM-640-SHAKE-CCA. by @xvzcf in #311
- Expose randomly generated values for Blind RSA (salt and blind) by @chris-wood in #320
- oprf: update API and test vectors to draft v09 by @armfazh in #319
- Export Group and Hash for each OPRF suite by @chris-wood in #323
- Add deterministic Blind function by @chris-wood in #324
- Add functions to retrieve params of a Suite. by @armfazh in #325
- all: formatting code with golangci-lint by @armfazh in #321
- group: adds Set/Copy methods for group elements and scalars by @armfazh in #326
- Enable Ristretto255 for OPRFs. by @armfazh in #322
- Bumping up to Go1.18 by @armfazh in #327
- Refactoring FrodoKEM implementation. by @xvzcf in #328
- Bump golangci-lint to v1.45 and format files with gofumpt by @armfazh in #333
- Update version of github actions by @armfazh in #332
- Update with latest RSA from go stdlib by @armfazh in #331
- Moving golangci-lint to v1.46 by @armfazh in #334
- Wait for amd64 job succeds to run other jobs. by @armfazh in #337
- sike mitigation with test cases by @zhdllwyc in #336
- Formatting auto-generated code. by @armfazh in #338
- Format templates using gtfmt tool by @armfazh in #339
- Format generated files. by @armfazh in #340
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
New algorithms
Groups based on Elliptic Curves
- P-256, P-384, P-521, FIPS 186-4
- Ristretto
- Hash to Curve
High-Level Protocols
- Bilinear pairings with BLS12-381.
- HPKE: Hybrid Public-Key Encryption
- VOPRF: Verifiable Oblivious Pseudorandom function.
Post-Quantum Key Encapsulation Methods
- SIDH/SIKE: Supersingular Key Encapsulation with rimes p434, p503, p751
- CSIDH: Post-Quantum Commutative Group Action
- Kyber KEM: modes 512, 768, 1024
Post-Quantum Public-Key Encryption
- Kyber PKE: modes 512, 768, 1024
Post-Quantum Digital Signature Schemes
- Dilithium: modes 2, 3, 5
Elliptic Curves
- P-384 Curve
- FourQ
- Goldilocks
Parallel SIMD
- Keccak f1600 Permutation
XOF: eXtendable Output Functions
New Contributors
- @claucece made their first contribution in #79
- @bwesterb made their first contribution in #86
- @dougnukem made their first contribution in #88
- @jbampton made their first contribution in #127
- @chris-wood made their first contribution in #181
- @mkocikowski made their first contribution in #209
Full Changelog: v1.0.0...v1.1.0
Initial Release
Crypto Week 2019 Release