I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 369c4032 authored by zzz's avatar zzz
Browse files

Make method static

parent 3244fe1b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment