George Kadianakis
George Kadianakis
Make it LOG_PROTOCOL_WARN and also add the expiration timestamp in there to ease debugging in the future.
Hello there, I started using dumb-jump a few weeks ago over my old cscope/etags setup. I really like the no-setup approach, but `dumb-jump-go` basically never works as intended in my...
Ethresearch post: https://ethresear.ch/t/whisk-a-practical-shuffle-based-ssle-protocol-for-ethereum/11763 Opening this PR as a place for comments and reviews on Whisk (the SSLE protocol) Please add the "DO NOT MERGE" label.
Hello, this is an attempt at writing unittests for the weak subjectivity code. @adiasg Please let me know what you think! Also, the second test `test_is_within_weak_subjectivity_period()` is not very sophisticated...
This PR does a few things with the cryptography of EIP-4844. Most importantly, it changes the public API of the KZG library to the following high-level API: ``` - compute_aggregate_kzg_proof()...
We should make sure that curdleproofs implements [strong Fiat-Shamir](https://eprint.iacr.org/2023/691.pdf). (Pointed out by @nalinbhardwaj )
We need to add padding to all of our packets to reduce how much metadata is leaking. For example, we are currently leaking the precise payload size of our ROOM_MESSAGE...