net.i2p.crypto.eddsa.math
Class Constants

java.lang.Object
  extended by 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
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Constants

public Constants()