forked from I2P_Developers/i2p.i2p
Make method static
This commit is contained in:
@@ -288,7 +288,7 @@ public final class Curve25519 {
|
||||
* @param x The first number to subtract.
|
||||
* @param y The second number to subtract.
|
||||
*/
|
||||
private void sub(int[] result, int[] x, int[] y)
|
||||
private static void sub(int[] result, int[] x, int[] y)
|
||||
{
|
||||
int index, borrow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user