Skip to content

Commit 307fbae

Browse files
committed
Fix docs
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 1106143 commit 307fbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic-ec/src/multiscalar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl<E: Curve> MultiscalarMul<E> for Naive {
109109

110110
/// Multiscalar implementation for [`Ed25519`] curve
111111
///
112-
/// [`curve25519_dalek`] library provides multiscalar multiplication algorithm which only
112+
/// [`curve25519_dalek`](curve25519) library provides multiscalar multiplication algorithm which only
113113
/// works with [`Ed25519`] curve. Due to the fact that it's specifically instantiated for
114114
/// the only one curve, this implementation is more efficient than generic [`struct@Default`]
115115
/// or [`Straus`].

0 commit comments

Comments
 (0)