Equations
- blobBN_MUL x₀ y₀ n = (totallySafePerformIO ∘ IO.Process.run) (blobBN_MUL.pythonCommandOfInput x₀ y₀ n)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- BN_MUL x₀ y₀ n = match blobBN_MUL (toHex x₀) (toHex y₀) (toHex n) with | "error" => Except.error "BN_MUL failed" | s => ByteArray.ofBlob s