mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-29 11:31:22 +00:00
jubjub: Allow too-many-arguments in Fr::montgomery_reduce
This commit is contained in:
@@ -450,6 +450,7 @@ impl Fr {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
const fn montgomery_reduce(
|
||||
r0: u64,
|
||||
r1: u64,
|
||||
|
Reference in New Issue
Block a user