We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1106143 commit 307fbaeCopy full SHA for 307fbae
generic-ec/src/multiscalar.rs
@@ -109,7 +109,7 @@ impl<E: Curve> MultiscalarMul<E> for Naive {
109
110
/// Multiscalar implementation for [`Ed25519`] curve
111
///
112
-/// [`curve25519_dalek`] library provides multiscalar multiplication algorithm which only
+/// [`curve25519_dalek`](curve25519) library provides multiscalar multiplication algorithm which only
113
/// works with [`Ed25519`] curve. Due to the fact that it's specifically instantiated for
114
/// the only one curve, this implementation is more efficient than generic [`struct@Default`]
115
/// or [`Straus`].
0 commit comments