We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e82bac commit 8707747Copy full SHA for 8707747
1 file changed
fastcrypto-tbls/src/threshold_schnorr/avid.rs
@@ -91,7 +91,7 @@ impl Avid {
91
/// production callers pass `|_| {}`.
92
/// Fails if any of the payloads are empty.
93
#[cfg_attr(not(test), allow(unused_variables, unused_mut))]
94
- pub(super) fn disperse_with_mutation(
+ pub fn disperse_with_mutation(
95
&self,
96
payloads_by_recipient: &BTreeMap<PartyId, Vec<u8>>,
97
mutate: impl FnOnce(&mut BTreeMap<PartyId, Vec<Vec<Shard>>>),
0 commit comments