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