From d51ab24f7e4c6fb22d09c55690ed9d18370cd0b7 Mon Sep 17 00:00:00 2001 From: aniampio Date: Wed, 13 Dec 2023 12:51:29 +0000 Subject: [PATCH] Update doc for the setup function --- common/nym_offline_compact_ecash/src/scheme/setup.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/nym_offline_compact_ecash/src/scheme/setup.rs b/common/nym_offline_compact_ecash/src/scheme/setup.rs index 460ea0cc63..3d87b0fee1 100644 --- a/common/nym_offline_compact_ecash/src/scheme/setup.rs +++ b/common/nym_offline_compact_ecash/src/scheme/setup.rs @@ -428,11 +428,11 @@ pub fn aggregate_indices_signatures( /// /// # Arguments /// -/// * `L` - it is the number of coins in a freshly generated wallet. It is the public parameter of the scheme. +/// * `total_coins` - it is the number of coins in a freshly generated wallet. It is the public parameter of the scheme. /// /// # Returns /// -/// A `Parameters` struct containing group parameters, public key, the number of signatures (`L`), +/// A `Parameters` struct containing group parameters, public key, the number of signatures (`total_coins`), /// and a map of signatures for each index `l`. /// pub fn setup(total_coins: u64) -> Parameters {