feat(aiken-lang): expose integerToByteString and byteStringToInteger

This commit is contained in:
rvcas
2024-02-16 10:07:49 -05:00
committed by Lucas
parent fc3bc4d9ff
commit c7dd4d0e48
2 changed files with 12 additions and 0 deletions

View File

@@ -536,6 +536,8 @@ impl DefaultFunction {
Bls12_381_MillerLoop => "bls12_381_miller_loop",
Bls12_381_MulMlResult => "bls12_381_mul_miller_loop_result",
Bls12_381_FinalVerify => "bls12_381_final_verify",
IntegerToByteString => "integer_to_bytearray",
ByteStringToInteger => "bytearray_to_integer",
}
.to_string()
}