primev / contracts

Smart Contracts deployed on mev-commit
Other
6 stars 2 forks source link

Golang code used to construct the signature #20

Open ckartik opened 1 year ago

ckartik commented 1 year ago

@ckartik please provide Manak the golang code to generate the signature.

Man-Jain commented 1 year ago

https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/cryptography/ECDSA.sol

ckartik commented 1 year ago

I can take a deeper look into the difference between the two algorithms, between this and the custom implementation.

Man-Jain commented 1 year ago

@ckartik Any updates on this ?