We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aabab commit d24bdb5Copy full SHA for d24bdb5
src/net/i2p/crypto/eddsa/math/Constants.java
@@ -13,7 +13,7 @@
13
14
import net.i2p.crypto.eddsa.Utils;
15
16
-public class Constants {
+final class Constants {
17
public static final byte[] ZERO = Utils.hexToBytes("0000000000000000000000000000000000000000000000000000000000000000");
18
public static final byte[] ONE = Utils.hexToBytes("0100000000000000000000000000000000000000000000000000000000000000");
19
public static final byte[] TWO = Utils.hexToBytes("0200000000000000000000000000000000000000000000000000000000000000");
0 commit comments