mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 17:21:43 +00:00
eddsa findbugs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user