Skip to content

Commit

Permalink
Use ECDSARECOVER
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiburdusa committed Aug 5, 2024
1 parent c940db2 commit 55eec47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EvmYul/EVM/Semantics.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import EvmYul.EVM.Exception
import EvmYul.EVM.Instr
import EvmYul.Semantics
import EvmYul.Wheels
import EvmYul.EllipticCurves

namespace EvmYul

Expand Down Expand Up @@ -584,9 +585,6 @@ end

open Batteries (RBMap RBSet)

def ECDSARECOVER (e v r s : ByteArray) : Except String ByteArray :=
sorry

def checkTransactionGetSender (σ : YPState) (chainId H_f : ℕ) (T : Transaction)
: Except EVM.Exception Address
:= do
Expand Down

0 comments on commit 55eec47

Please sign in to comment.