Allow non-snakecase in constants.

We follow the standard mathematical naming convention of lowercase to
denote affine coordinates and uppercase to for projective.
This commit is contained in:
Isis Lovecruft 2017-01-27 00:34:38 +00:00
parent 3f900e60bd
commit 8c986fb3da
Failed to extract signature

View file

@ -14,6 +14,7 @@
//! lookup tables of pre-computed points.
#![allow(dead_code)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(missing_docs)]