Re-enable dead_code lints for EDWARDS_D/EDWARDS_D2.

This commit is contained in:
Sean Bowe 2019-03-26 20:57:17 -06:00
parent 3c630463df
commit 1d2a424c1e
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ impl ExtendedNielsPoint {
}
// `d = -(10240/10241)`
#[allow(dead_code)]
const EDWARDS_D: Fq = Fq::from_raw([
0x01065fd6d6343eb1,
0x292d7f6d37579d26,
@ -271,7 +270,6 @@ const EDWARDS_D: Fq = Fq::from_raw([
]);
// `2*d`
#[allow(dead_code)]
const EDWARDS_D2: Fq = Fq::from_raw([
0x020cbfadac687d62,
0x525afeda6eaf3a4c,