mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-10 14:38:04 -05:00
Small change
This commit is contained in:
Binary file not shown.
@@ -5,9 +5,9 @@ import * as path from "path";
|
||||
const ec = new EC("secp256k1");
|
||||
|
||||
describe("secp256k1", () => {
|
||||
it("Secp256k1Add", async () => {
|
||||
it("Secp256k1AddIncomplete", async () => {
|
||||
const circuit = await wasm_tester(
|
||||
path.join(__dirname, "./circuits/add_test.circom"),
|
||||
path.join(__dirname, "./circuits/add_incomplete_test.circom"),
|
||||
{
|
||||
prime: "secq256k1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user