Documentation
EvmYul
.
RIP160
Search
return to top
source
Imports
Init
Conform.Wheels
EvmYul.PerformIO
EvmYul.Wheels
Imported by
blobRIP160
blobRIP160
.
pythonCommandOfInput
RIP160
source
def
blobRIP160
(
d
:
String
)
:
String
Equations
blobRIP160
d
=
(
totallySafePerformIO
∘
IO.Process.run
)
(
blobRIP160.pythonCommandOfInput
d
)
Instances For
source
def
blobRIP160
.
pythonCommandOfInput
(
d
:
String
)
:
IO.Process.SpawnArgs
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
RIP160
(
d
:
ByteArray
)
:
Except
String
ByteArray
Equations
RIP160
d
=
ByteArray.ofBlob
(
blobRIP160
(
toHex
d
)
)
Instances For