EspressoSystems / nitro-espresso-integration

Nitro goes vroom and fixes everything
Other
13 stars 7 forks source link

How to verify TEE signature in smart contract? #287

Closed sveitser closed 2 weeks ago

sveitser commented 3 weeks ago

@alxiong did some research

Scheme is ECDSA.

Automata has implementation: https://github.com/automata-network/automata-dcap-attestation/blob/main/contracts/verifiers/V4QuoteVerifier.sol

Cost estimates in readme: https://github.com/automata-network/automata-dcap-attestation

sveitser commented 3 weeks ago

@alxiong just assigned you because you might be working on this. Feel free to just drop links here.

Sneh1999 commented 2 weeks ago

Closing this issue because we have verified that we can use automata contracts for verification

Created three issues for implementation:

https://github.com/EspressoSystems/nitro-espresso-integration/issues/311 https://github.com/EspressoSystems/nitro-espresso-integration/issues/312 https://github.com/EspressoSystems/nitro-espresso-integration/issues/313