mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
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:
parent
3f900e60bd
commit
8c986fb3da
1 changed files with 1 additions and 0 deletions
|
|
@ -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)]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue