Allow non_snake_case in the IFMA field and edwards modules.

This commit is contained in:
Henry de Valence 2018-11-28 13:19:15 -08:00
parent 06766bfdea
commit a84f9eafe4
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@
// Authors:
// - Henry de Valence <hdevalence@hdevalence.ca>
#![allow(non_snake_case)]
use traits::Identity;
use std::ops::{Add, Neg, Sub};

View file

@ -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};