bsc/crypto
kevaundray 0d5ecb5b90 crypto/kzg4844: use the new trusted setup file and format (#28383)
Changes the trusted_setup to the one created during the kzg-ceremony. The trusted setup file can be found in the consensus specs: https://github.com/ethereum/consensus-specs/blob/dev/presets/mainnet/trusted_setups/trusted_setup_4096.json
---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-01-15 17:09:47 +08:00
..
blake2b all: more linters (#24783) 2022-06-13 16:24:45 +02:00
bls12381 crypto/bls12381: use worst case scalar for input to G1/G2 mul benchmarks (#26447) 2023-01-10 03:16:17 -05:00
bn256 lint: fix all golang lint after big merge (#1861) 2023-09-08 16:36:16 +08:00
ecies go.mod: upgrade prysm to support built with go@v1.21 2024-01-15 17:09:47 +08:00
kzg4844 crypto/kzg4844: use the new trusted setup file and format (#28383) 2024-01-15 17:09:47 +08:00
secp256k1 go.mod: upgrade prysm to support built with go@v1.21 2024-01-15 17:09:47 +08:00
signify all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
crypto_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
crypto.go go.mod: upgrade prysm to support built with go@v1.21 2024-01-15 17:09:47 +08:00
signature_cgo.go go.mod: upgrade prysm to support built with go@v1.21 2024-01-15 17:09:47 +08:00
signature_nocgo.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-05-24 14:45:51 +02:00
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 2017-12-20 14:30:00 +02:00