From f44c4161af35c0c27b3ea81a00cd6e72ad467603 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 19 Jul 2021 13:26:03 +0100 Subject: [PATCH] Adjust documentation of `CommitDomains::r` Co-authored-by: Daira Hopwood --- src/circuit/gadget/sinsemilla.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/circuit/gadget/sinsemilla.rs b/src/circuit/gadget/sinsemilla.rs index c6f794b9..0b7c28f4 100644 --- a/src/circuit/gadget/sinsemilla.rs +++ b/src/circuit/gadget/sinsemilla.rs @@ -294,7 +294,8 @@ where pub trait CommitDomains>: Clone + Debug { - /// Returns the fixed point corresponding to the R constant for this CommitDomain. + /// Returns the fixed point corresponding to the R constant used for + /// randomization in this CommitDomain. fn r(&self) -> F; /// Returns the HashDomain contained in this CommitDomain