mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-07 03:06:44 +01:00
Before merging in a single lib
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
include "../../circuit/aliascheck.circom";
|
||||
include "../../node_modules/circom/circuits/aliascheck.circom";
|
||||
|
||||
component main = AliasCheck()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include "../../circuit/pedersen2.circom";
|
||||
include "../../circuit/pedersen.circom";
|
||||
include "../../node_modules/circom/circuits/bitify.circom";
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include "../../circuit/pedersen.circom";
|
||||
include "../../circuit/pedersen_old.circom";
|
||||
include "../../node_modules/circom/circuits/bitify.circom";
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ function getBits(v, n) {
|
||||
|
||||
const q = bigInt("21888242871839275222246405745257275088548364400416034343698204186575808495617");
|
||||
|
||||
describe("Aliascheck test", () => {
|
||||
describe("Sign test", () => {
|
||||
let circuit;
|
||||
before( async() => {
|
||||
const cirDef = await compiler(path.join(__dirname, "circuits", "sign_test.circom"));
|
||||
|
||||
Reference in New Issue
Block a user