File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/net/i2p/crypto/eddsa/math/bigint Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class BigIntegerFieldElementTest {
2929 static final FieldElement TWO = new BigIntegerFieldElement (ed25519Field , BigInteger .valueOf (2 ));
3030
3131 /**
32- * Test method for {@link FieldElement#FieldElement(java.math. BigInteger)}.
32+ * Test method for {@link BigIntegerFieldElement#BigIntegerFieldElement(Field, BigInteger)}.
3333 */
3434 @ Test
3535 public void testFieldElementBigInteger () {
@@ -137,10 +137,10 @@ public void testInvert() {
137137 }
138138
139139 /**
140- * Test method for {@link FieldElement#modPow(java.math.BigInteger, java.math.BigInteger )}.
140+ * Test method for {@link FieldElement#pow22523( )}.
141141 */
142142 @ Test
143- public void testModPow () {
143+ public void testPow22523 () {
144144 fail ("Not yet implemented" );
145145 }
146146
You can’t perform that action at this time.
0 commit comments