net.i2p.crypto.eddsa.math
Class Constants
java.lang.Object
net.i2p.crypto.eddsa.math.Constants
public class Constants
- extends Object
Field Summary |
static byte[] |
EIGHT
|
static byte[] |
FIVE
|
static byte[] |
FOUR
|
static byte[] |
ONE
|
static byte[] |
TWO
|
static byte[] |
ZERO
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final byte[] ZERO
ONE
public static final byte[] ONE
TWO
public static final byte[] TWO
FOUR
public static final byte[] FOUR
FIVE
public static final byte[] FIVE
EIGHT
public static final byte[] EIGHT
Constants
public Constants()