eddsa findbugs

This commit is contained in:
zzz
2016-11-16 15:27:28 +00:00
parent 126850626c
commit 784566a7cb

View File

@ -2,7 +2,7 @@ package net.i2p.crypto.eddsa.math;
import net.i2p.crypto.eddsa.Utils;
public class Constants {
final class Constants {
public static final byte[] ZERO = Utils.hexToBytes("0000000000000000000000000000000000000000000000000000000000000000");
public static final byte[] ONE = Utils.hexToBytes("0100000000000000000000000000000000000000000000000000000000000000");
public static final byte[] TWO = Utils.hexToBytes("0200000000000000000000000000000000000000000000000000000000000000");