From f2400baa01700e0439ba12021809acfbf469b9ae Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 19 Aug 2021 14:35:56 +0100 Subject: [PATCH] Improve NoteCommit input value gate doc Brings it in line with the other gate docs. Co-authored-by: ying tong --- src/circuit/gadget/sinsemilla/note_commit.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/circuit/gadget/sinsemilla/note_commit.rs b/src/circuit/gadget/sinsemilla/note_commit.rs index 2d65f195..44545ad1 100644 --- a/src/circuit/gadget/sinsemilla/note_commit.rs +++ b/src/circuit/gadget/sinsemilla/note_commit.rs @@ -327,7 +327,9 @@ impl NoteCommitConfig { .map(move |(name, poly)| (name, q_notecommit_pk_d.clone() * poly)) }); - // | value | d_2 | d_3 | e_0 | + // | A_6 | A_7 | A_8 | A_9 | q_notecommit_value | + // ------------------------------------------------ + // | value | d_2 | d_3 | e_0 | 1 | meta.create_gate("NoteCommit input value", |meta| { let q_notecommit_value = meta.query_selector(config.q_notecommit_value);