go-ethereum/crypto
gitglorythegreat 9ca3d10001 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-04 11:00:57 +08:00
..
blake2b crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 2024-12-09 17:49:00 +08:00
bn256 crypto/bn256: fix MulScalar (#30974) 2025-01-04 11:00:57 +08:00
ecies crypto: update to go version 1.22 (#28946) 2025-01-04 11:00:57 +08:00
kzg4844 crypto: fix typos in comments (#29186) 2024-12-09 17:49:00 +08:00
randentropy FIx Bad block error. 2021-09-17 17:59:06 +05:30
secp256k1 crypto/secp256k1: change receiver variable name to lowercase (#29889) 2025-01-04 11:00:57 +08:00
crypto.go crypto: remove hardcoded value for secp256k1.N (#30126) 2025-01-04 11:00:57 +08:00
crypto_test.go crypto: improve trie updates (#21047) 2024-12-09 17:49:00 +08:00
signature_cgo.go crypto: update to go version 1.22 (#28946) 2025-01-04 11:00:57 +08:00
signature_nocgo.go crypto: use decred secp256k1 directly (#30595) 2025-01-04 11:00:57 +08:00
signature_test.go crypto: fix docstrings and comments 2025-01-04 11:00:57 +08:00