mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove unnecessary feature gate.
The vector backend doesn't generate constants in build.rs, so this isn't necessary.
This commit is contained in:
parent
e91cc685b1
commit
be77af1cd8
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
pub mod variable_base;
|
||||
|
||||
#[cfg(feature = "stage2_build")]
|
||||
pub mod vartime_double_base;
|
||||
|
||||
pub mod straus;
|
||||
|
|
|
|||
Loading…
Reference in a new issue