You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: moved crypto/* under /
* refactor: ported accumulator/ and polynomial/ from gnark
* refactor: ported mock commitment scheme from gnark
* refactor: moved duplicated ecc/xxx/CPUSemaphore to ecc/
* refactor: BatchJacobianToAffineG1Affine -> BatchJacobianToAffineG1
* refactor: removed deprecated MulAssign, AddAssign and SubAssign apis
* perf(bls12-377): remove one add, one sub in e2.Square
* docs: formated and expanded package godoc for field elements
* docs: added fft package level doc
* docs: most package now have a package level doc
* feat: package doc is not mixed with code generation but inside a dedicated template for better formating and maintenance
* fix: fixesConsensys#37
* docs: added missing original copyright in merkletree pacakage + package doc
* docs: added EdDSA godoc example
* docs: cosmetics and minor fixes
* refactor: ./crypto/fiat-shamir --> ./fiat-shamir/
* refactor(bls12-377): change G1 generator to match other libs
* refactor(bls12-377): change G2 generator (+Fp QNR) to match other libs
* feat: added Bytes() method on Digest (polynomial commitment)
* fix: fixed staticchek
* fix: fixed some errors handling in transcript.go
* fix: handled error pointed by gosec (Fiat Shamir)
* style: ComputeChallenge error re-indent
* feat(fft): addition of param to set precomputations in domain struct
* feat: added code gen for modified fft
* feat: added mul_by_13 asm impl in field arithmetic
* fix: fixed fft cosets, tests OK + code gen
* fix: fixed Domain serialization
* fix: fft with coset is now thread safe. style adjustements in code
* add bn254 mimc block cipher round
Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com>
Co-authored-by: Thomas Piellard <thomas.piellard@consensys.net>
Co-authored-by: Youssef El Housni <youssef.housni21@gmail.com>
No description provided.
The text was updated successfully, but these errors were encountered: