go-ethereum/crypto/bn256/cloudflare
gitglorythegreat 0feb999d3f
crypto/bn256: fix MulScalar (#30974)
The `a` parameter should be used in the `MulScalar` function. The
upstream cloudflare and google repos have already merged fixes.

Reference:
*
8d7daa0c54
* https://github.com/cloudflare/bn256/pull/33
2025-01-02 14:04:06 +01:00
..
bn256.go
bn256_test.go
constants.go
curve.go
example_test.go
gfp.go
gfp2.go
gfp6.go
gfp12.go crypto/bn256: fix MulScalar (#30974) 2025-01-02 14:04:06 +01:00
gfp_amd64.s
gfp_arm64.s
gfp_decl.go crypto/bn256/cloudflare: fix noescape-directive (#29222) 2024-03-12 09:49:53 +01:00
gfp_generic.go
gfp_test.go
lattice.go
lattice_test.go
LICENSE
main_test.go
mul_amd64.h
mul_arm64.h
mul_bmi2_amd64.h
optate.go
twist.go