forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix deployment issues caused by taiko-mon updates
- Loading branch information
Keszey Dániel
authored and
Keszey Dániel
committed
Jul 15, 2024
1 parent
c35c8e6
commit 8d6c287
Showing
4 changed files
with
33 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ import "../../automata-attestation/lib/QuoteV3Auth/V3Struct.sol"; | |
import "./libs/LibPublicInput.sol"; | ||
import "./IVerifier.sol"; | ||
|
||
/// @title SgxVerifier | ||
/// @title MockSgxVerifier | ||
/// @notice This contract is the implementation of verifying SGX signature proofs | ||
/// onchain. | ||
/// @dev Please see references below: | ||
/// - Reference #1: https://ethresear.ch/t/2fa-zk-rollups-using-sgx/14462 | ||
/// - Reference #2: https://github.com/gramineproject/gramine/discussions/1579 | ||
/// @custom:security-contact [email protected] | ||
contract SgxVerifier is EssentialContract, IVerifier { | ||
contract MockSgxVerifier is EssentialContract, IVerifier { | ||
/// @dev Each public-private key pair (Ethereum address) is generated within | ||
/// the SGX program when it boots up. The off-chain remote attestation | ||
/// ensures the validity of the program hash and has the capability of | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters