webfunds.token.algorithm
Class ChaumConstants

java.lang.Object
  |
  +--webfunds.token.algorithm.ChaumConstants

public final class ChaumConstants
extends java.lang.Object

Constants for the Chaum blinding algorithm


Field Summary
static java.lang.String HASH_ALG
           
static int HASH_SIZE
           
static int KEY_SIZE
           
static byte MAJOR_PARAMS_VERSION
           
static byte MAJOR_TOKEN_VERSION
           
static byte MINOR_PARAMS_VERSION
           
static byte MINOR_TOKEN_VERSION
           
static int PRIME_CERTAINTY
           
static int RANDOM_SIZE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_SIZE

public static final int KEY_SIZE

RANDOM_SIZE

public static final int RANDOM_SIZE

HASH_SIZE

public static final int HASH_SIZE

HASH_ALG

public static final java.lang.String HASH_ALG

PRIME_CERTAINTY

public static final int PRIME_CERTAINTY

MAJOR_TOKEN_VERSION

public static final byte MAJOR_TOKEN_VERSION

MINOR_TOKEN_VERSION

public static final byte MINOR_TOKEN_VERSION

MAJOR_PARAMS_VERSION

public static final byte MAJOR_PARAMS_VERSION

MINOR_PARAMS_VERSION

public static final byte MINOR_PARAMS_VERSION