Update doc for the setup function

This commit is contained in:
aniampio
2023-12-13 12:51:29 +00:00
parent cdbd0396eb
commit d51ab24f7e
@@ -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 {