plugeth/crypto/kzg4844
Felix Lange 0e93da3197
crypto/kzg4844: add helpers for versioned blob hashes (#28827)
The code to compute a versioned hash was duplicated a couple times, and also had a small
issue: if we ever change params.BlobTxHashVersion, it will most likely also cause changes
to the actual hash computation. So it's a bit useless to have this constant in params.
2024-01-19 11:41:17 +01:00
..
kzg4844_ckzg_cgo.go crypto/kzg4844: do lazy init in all ckzg funcs (#27679) 2023-07-24 19:13:34 +03:00
kzg4844_ckzg_nocgo.go crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) 2023-05-10 14:54:14 +03:00
kzg4844_gokzg.go crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) 2023-05-10 14:54:14 +03:00
kzg4844_test.go crypto/kzg4844: do lazy init in all ckzg funcs (#27679) 2023-07-24 19:13:34 +03:00
kzg4844.go crypto/kzg4844: add helpers for versioned blob hashes (#28827) 2024-01-19 11:41:17 +01:00
trusted_setup.json crypto/kzg4844: use the new trusted setup file and format (#28383) 2023-10-22 16:05:04 +02:00