Skip to content

Commit a05d1ec

Browse files
committed
Source JavaDoc link tweaks
1 parent 4a48b4a commit a05d1ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/net/i2p/crypto/eddsa/math/GroupElement.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,15 @@ public static GroupElement cached(
167167
final FieldElement T;
168168

169169
/**
170-
* Precomputed table for {@link GroupElement#scalarMultiply(byte[])},
170+
* Precomputed table for {@link #scalarMultiply(byte[])},
171171
* filled if necessary.
172172
* <p>
173173
* Variable is package private only so that tests run.
174174
*/
175175
GroupElement[][] precmp;
176176

177177
/**
178-
* Precomputed table for {@link GroupElement#doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[])},
178+
* Precomputed table for {@link #doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[])},
179179
* filled if necessary.
180180
* <p>
181181
* Variable is package private only so that tests run.
@@ -440,8 +440,8 @@ private GroupElement toRep(final Representation repr) {
440440
/**
441441
* Precomputes several tables.
442442
* <p>
443-
* The precomputed tables are used for {@link GroupElement#scalarMultiply(byte[])}
444-
* and {@link GroupElement#doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[])}.
443+
* The precomputed tables are used for {@link #scalarMultiply(byte[])}
444+
* and {@link #doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[])}.
445445
*
446446
* @param precomputeSingle should the matrix for scalarMultiply() be precomputed?
447447
*/

0 commit comments

Comments
 (0)