Renaud Dubois

Results 14 comments of Renaud Dubois

Could you ensure linting and rebase with previous PR to ensure CI's OK? For the rest OK for me.

Closing as SCL is superseding FCL.

Closing as SCL is superseding FCL.

eddsa is unfinished, only because of SHA512 incomplete implementation (it only deals with small blocks now). The elliptic computations part of the protocol are working. I will push a complete...

I will push something in April. If you have some reference for test vectors adressing the elliptic part, i'm interested to validate SHA512 and ecc part separately, the only reference...

Hi Amit. You will find a more advanced implementation on https://github.com/get-smooth/crypto-lib. The point multiplication is proven effective, and some tests vectors are successfull in the experimental branch. A more complete...

Hi @AmitShah , Ed25519 is now tested OK against the test vectors of RFC8032 here: https://github.com/get-smooth/crypto-lib/blob/8da911292d7816b4ac7afc10c819be2fe37aeaf4/test/libSCL_rip6565.t.sol#L112 Would gladly hear about the use cases you are projecting.

Additional transactions may be submitted to either of the contracts to provide more accuracy of benchmarks.

This is a very important feature, and also an opportunity because many protocols will have to upgrade their security.

Well, i had problem with my evm_version, it actually works with a simple address p256 = address(0x100); (bool success2, bytes memory result2) = p256.staticcall(input); Not sure it is a rush...