Equations
- blobBN_ADD x₀ y₀ x₁ y₁ = (totallySafePerformIO ∘ IO.Process.run) (blobBN_ADD.pythonCommandOfInput x₀ y₀ x₁ y₁)
Instances For
Equations
Instances For
Equations
- BN_ADD x₀ y₀ x₁ y₁ = match blobBN_ADD (toHex x₀) (toHex y₀) (toHex x₁) (toHex y₁) with | "error" => Except.error "BN_ADD failed" | s => ByteArray.ofBlob s