write code in stream mode

This commit is contained in:
Jordi Baylina
2020-01-27 13:08:11 +07:00
parent 20058a38d6
commit 3a9766a008
9 changed files with 108 additions and 45 deletions

View File

@@ -17,6 +17,7 @@ describe("field asm test", function () {
const tv = buildTestVector2(bn128r, "add");
await tester(bn128r, tv);
});
it("secp256k1q add", async () => {
const tv = buildTestVector2(secp256k1q, "add");
await tester(secp256k1q, tv);