Published January 5, 2023
| Version v0.9.0
Software
Open
ConsenSys/gnark-crypto: v0.9.0
Authors/Creators
- 1. ConsenSys
- 2. Consensys
- 3. ConsenSys Software
- 4. used to be qtt, now onchain
Description
What's Changed
New features
- GKR by @Tabaie in https://github.com/ConsenSys/gnark-crypto/pull/243
- Efficiently verifiable Pedersen commitments by @Tabaie in https://github.com/ConsenSys/gnark-crypto/pull/266
- secp256k1 curve by @yelhousni in https://github.com/ConsenSys/gnark-crypto/pull/277
element.SetBytesCanonical,element.BigEndianandelement.LittleEndianby @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/286
- MSM uses batch affine addition (up to 60% speedup 🎉 ) by @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/261
- Faster G2 subgroup membership on BN254 by @yelhousni in https://github.com/ConsenSys/gnark-crypto/pull/251
- arm64,purego: field arithmetic mul for arm64 and cleanup build tags by @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/257
- Field package exposes Hash by @Tabaie in https://github.com/ConsenSys/gnark-crypto/pull/271
- Remove
internal/dependencies in field generated code by @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/287 - Removes
FromMontandToMontfromfield.Elementapi by @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/288 - ToBigIntRegular is deprecated, introduce BigInt method by @gbotrel in https://github.com/ConsenSys/gnark-crypto/pull/290
- MiMC reasons with p-digits block by @ThomasPiellard in https://github.com/ConsenSys/gnark-crypto/pull/265
Full Changelog: https://github.com/ConsenSys/gnark-crypto/compare/v0.8.0...v0.9.0
Files
ConsenSys/gnark-crypto-v0.9.0.zip
Files
(3.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d856874a2d55f1659aa0e8174183d4dd
|
3.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ConsenSys/gnark-crypto/tree/v0.9.0 (URL)