mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-06 18:56:40 +01:00
write code in stream mode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user