mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-24 12:25:28 +00:00
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