go-ethereum/crypto
kevaundray 2318fea6fd 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>
2023-11-10 11:09:46 -06:00
..
blake2b crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 2023-11-10 11:09:46 -06:00
bls12381 crypto/bls12381: fix typo in comment (#27930) 2023-11-10 11:09:46 -06:00
bn256 crypto/bn256: eliminate dead store (#27944) 2023-11-10 11:09:46 -06:00
ecies crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-11-10 11:09:46 -06:00
kzg4844 crypto/kzg4844: use the new trusted setup file and format (#28383) 2023-11-10 11:09:46 -06:00
secp256k1 crypto/secp256k1: define NDEBUG only if not defined (#27550) 2023-11-10 11:09:46 -06:00
signify all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
crypto.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-11-10 11:09:46 -06:00
crypto_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
signature_cgo.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-11-10 11:09:46 -06:00
signature_nocgo.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-11-10 11:09:46 -06:00
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures (#15708) 2017-12-20 14:30:00 +02:00