Browse Source

jubjub: Allow too-many-arguments in Fr::montgomery_reduce

master
Jack Grigg 5 years ago
parent
commit
6c6772e456
  1. 1
      jubjub/src/fr.rs

1
jubjub/src/fr.rs

@ -450,6 +450,7 @@ impl Fr {
}
#[inline]
#[allow(clippy::too_many_arguments)]
const fn montgomery_reduce(
r0: u64,
r1: u64,

Loading…
Cancel
Save