Documentation
EvmYul
.
SNARKV
Search
return to top
source
Imports
Init
Conform.Wheels
EvmYul.PerformIO
EvmYul.Wheels
Imported by
blobSNARKV
blobSNARKV
.
pythonCommandOfInput
SNARKV
source
def
blobSNARKV
(
data
:
String
)
:
String
Equations
blobSNARKV
data
=
(
totallySafePerformIO
∘
IO.Process.run
)
(
blobSNARKV.pythonCommandOfInput
data
)
Instances For
source
def
blobSNARKV
.
pythonCommandOfInput
(
data
:
String
)
:
IO.Process.SpawnArgs
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
SNARKV
(
data
:
ByteArray
)
:
Except
String
ByteArray
Equations
SNARKV
data
=
match
blobSNARKV
(
toHex
data
)
with |
"error"
=>
Except.error
"SNARKV failed"
|
s
=>
ByteArray.ofBlob
s
Instances For