Fix typo in gate documentation

Co-authored-by: ying tong <yingtong@z.cash>
This commit is contained in:
str4d 2021-08-19 14:33:52 +01:00 committed by GitHub
parent 9af22a8cbc
commit ac900148ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ impl NoteCommitConfig {
meta.create_gate("NoteCommit MessagePiece d", |meta| {
let q_notecommit_d = meta.query_selector(config.q_notecommit_d);
// d has been constrained to 10 bits by the Sinsemilla hash.
// d has been constrained to 60 bits by the Sinsemilla hash.
let d = meta.query_advice(col_l, Rotation::cur());
// This gate constrains d_0 to be boolean.
let d_0 = meta.query_advice(col_m, Rotation::cur());