kevaundray

Results 157 comments of kevaundray

I could > This is for TfheRustBool - @kevaundray 's use case wants the boolean gates > > EDIT: I was hoping to just unify the two anyway and use...

Hi Taehoon Tom Kim, Docs are being migrated to verkle.dev from [here](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/rJeMcMYDc#Table-of-Contents). This is needed as there are multiple implementations of this cryptography, so having a reference document would be...

Hey no problem at all :) You can join the Eth R&D discord here: https://discord.gg/jjXnEnMW There is a channel called #verkle-trie-migration where we have public discussions

Closing this issue would involve figuring out which cases we return None for and whether its a bug in the compiler perhaps

@Rjected since we added arkworks instead, I think this can be closed

Using this PR as a way to debug the current issue that @nisdas is facing re slow computeCellsAndProofs time. Ideally we rule out the issue being the cryptography libraries, which...

Note to keep an eye on the time for the ef-tests, since they now also create ExecutionWitnesses

Merged a few PRs in so diff looks larger than it should be: - #15758 (For the exlcusion proof) - #15786 (For no-std compatibility) - #15821 (For no-std compatibility) -...

running `BenchmarkPrecompiledBn256Add` without this change: ``` goos: darwin goarch: arm64 pkg: github.com/ethereum/go-ethereum/core/vm BenchmarkPrecompiledBn256Add/chfast1-Gas=150-10 144722 11438 ns/op 150.0 gas/op 13.11 mgas/s 768 B/op 14 allocs/op BenchmarkPrecompiledBn256Add/chfast2-Gas=150-10 143228 8027 ns/op 150.0 gas/op...

running BenchmarkPrecompiledBn256Add after change with Option 3: ``` goos: darwin goarch: arm64 pkg: github.com/ethereum/go-ethereum/core/vm BenchmarkPrecompiledBn256Add/chfast1-Gas=150-10 770485 1606 ns/op 150.0 gas/op 93.37 mgas/s 64 B/op 1 allocs/op BenchmarkPrecompiledBn256Add/chfast2-Gas=150-10 690488 1590 ns/op...