Documentation
EvmYul
.
State
.
TrieRoot
Search
return to top
source
Imports
Init
EvmYul.PerformIO
EvmYul.Wheels
Imported by
blobComputeTrieRoot
blobComputeTrieRoot
.
pythonCommandOfInput
source
def
blobComputeTrieRoot
(
ws
:
Array
(
String
×
String
)
)
:
String
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
blobComputeTrieRoot
.
pythonCommandOfInput
(
inputFile
:
String
)
(
ws
:
Array
(
String
×
String
)
)
:
IO.Process.SpawnArgs
Equations
blobComputeTrieRoot.pythonCommandOfInput
inputFile
ws
=
{
cmd
:=
"python3"
,
args
:=
#[
"EvmYul/EllipticCurvesPy/trie_root.py"
]
++
#[
inputFile
]
++
#[
ws
.
size
.
repr
]
}
Instances For