fix: adds missing comment

This commit is contained in:
Kobi Gurkan
2019-05-09 13:14:22 +03:00
parent b667f5a100
commit def381450c

View File

@@ -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);