mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-09 22:58:07 -05:00
fix: adds missing comment
This commit is contained in:
@@ -116,6 +116,8 @@ template Semaphore(jubjub_field_size, n_levels, n_rounds) {
|
||||
auth_sig_r[1] ==> sig_verifier.R8y;
|
||||
auth_sig_s ==> sig_verifier.S;
|
||||
msg_hasher.out ==> sig_verifier.M;
|
||||
|
||||
// END verify sig
|
||||
}
|
||||
|
||||
component main = Semaphore(251, 4, 91);
|
||||
|
||||
Reference in New Issue
Block a user