Comparing version 0.0.63 to 0.0.64
@@ -127,3 +127,10 @@ export { U128, U256, I128 } from "./bignum"; | ||
assertSha3, | ||
assertKeccak | ||
assertKeccak, | ||
AltBn128G1, | ||
AltBn128G2, | ||
bn128Add, | ||
bn128Mul, | ||
bn128Pair, | ||
modExp | ||
} from "./crypto"; | ||
@@ -130,0 +137,0 @@ |
{ | ||
"name": "as-chain", | ||
"version": "0.0.63", | ||
"version": "0.0.64", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1573522
6641