We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307fbae commit bc1d76fCopy full SHA for bc1d76f
generic-ec/src/lib.rs
@@ -206,7 +206,7 @@ mod _unused_deps {
206
// dependency tree as `curve-ed25519` feature is enabled, it's just not
207
// used directly
208
#[cfg(all(feature = "curve-ed25519", not(feature = "alloc")))]
209
- use curve25519_dalek as _;
+ use curve25519 as _;
210
}
211
212
/// Common traits for points and scalars
0 commit comments