mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-10 13:28:07 -05:00
Fix merging, JS lock files update
This commit is contained in:
@@ -32,7 +32,7 @@ template plume_v1(n, k, message_length) {
|
||||
// precomputed value for the sha256 component. TODO: calculate internally in circom to simplify API
|
||||
signal input sha256_preimage_bit_length;
|
||||
|
||||
component check_ec_equations = check_ec_equations(n, k, msg_length);
|
||||
component check_ec_equations = check_ec_equations(n, k, message_length);
|
||||
|
||||
check_ec_equations.c <== c;
|
||||
check_ec_equations.s <== s;
|
||||
@@ -115,7 +115,7 @@ template plume_v2(n, k, message_length) {
|
||||
signal input q1_x_mapped[4];
|
||||
signal input q1_y_mapped[4];
|
||||
|
||||
component check_ec_equations = check_ec_equations(n, k, msg_length);
|
||||
component check_ec_equations = check_ec_equations(n, k, message_length);
|
||||
|
||||
check_ec_equations.c <== c;
|
||||
check_ec_equations.s <== s;
|
||||
|
||||
3997
javascript/package-lock.json
generated
3997
javascript/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2302
javascript/yarn.lock
2302
javascript/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user