mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32: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]
|
#[inline]
|
||||||
|
#[allow(clippy::too_many_arguments)]
|
||||||
const fn montgomery_reduce(
|
const fn montgomery_reduce(
|
||||||
r0: u64,
|
r0: u64,
|
||||||
r1: u64,
|
r1: u64,
|
||||||
|
Loading…
Reference in New Issue
Block a user