Afri
Afri
ref: https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem
- It’s easier and more correct to implement secp256k1’s prime field - Then you don’t have to worry about doing the operations modulo the order - You just perform them...
the ec modular inverse is not constant time, which can be very problematic for security (assumption)
latest solidity targets cancun but geth --dev is still on shanghai making the ci go red either wait for geth release or patch ci (again) to use unstable master
if nobody disagrees, I would like to move the prater config to the stand-alone goerli repository: * https://github.com/eth-clients/sepolia (formerly https://github.com/goerli/sepolia) the rationale is that the merge is not only technical...
ref https://github.com/q9f/ethereum-on-rails#api-apiv1usersindexshow
the dora explorer does a good job displaying the consensus slot with the execution payload https://dora-holesky.pk910.de/slot/2 however, it does not do it for genesis. the structure should be the same...