mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Feature-gate multiscalar impls on alloc
This commit is contained in:
parent
7ef6a1e6fa
commit
4a648df713
2 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ pub mod variable_base;
|
|||
#[cfg(feature="precomputed_tables")]
|
||||
pub mod vartime_double_base;
|
||||
|
||||
#[cfg(any(feature = "alloc", feature = "std"))]
|
||||
pub mod straus;
|
||||
|
||||
#[cfg(any(feature = "alloc", feature = "std"))]
|
||||
pub mod vartime_straus;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ pub mod variable_base;
|
|||
#[cfg(feature="precomputed_tables")]
|
||||
pub mod vartime_double_base;
|
||||
|
||||
#[cfg(any(feature = "alloc", feature = "std"))]
|
||||
pub mod straus;
|
||||
|
||||
#[cfg(any(feature = "alloc", feature = "std"))]
|
||||
pub mod vartime_straus;
|
||||
|
|
|
|||
Loading…
Reference in a new issue