mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
feat(tee-key-preexec): add support for Solidity-compatible pubkey in report_data
This PR is part of the effort to implement on-chain TEE proof verification. This PR goes hand in hand with https://github.com/matter-labs/zksync-era/pull/3414.
This commit is contained in:
parent
d2fbdb5bed
commit
a9b89ef584
4 changed files with 42 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -5214,8 +5214,10 @@ version = "0.3.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 4.5.23",
|
||||
"hex",
|
||||
"rand",
|
||||
"secp256k1 0.29.1",
|
||||
"sha3",
|
||||
"teepot",
|
||||
"tracing",
|
||||
"tracing-log 0.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue