mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Allow non_snake_case in the IFMA field and edwards modules.
This commit is contained in:
parent
06766bfdea
commit
a84f9eafe4
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
// Authors:
|
||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use traits::Identity;
|
||||
|
||||
use std::ops::{Add, Neg, Sub};
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
// Authors:
|
||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use core::ops::{Add, Mul, Neg};
|
||||
use packed_simd::{u64x4, FromBits, IntoBits};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue