public final class NHS
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEGREE |
static int |
inv |
static int |
invpr |
static int[] |
iroots |
static int |
RLWE_LGN |
static long |
RLWE_ND |
static int |
RLWE_ONE |
static int |
RLWE_PRIME |
static int |
RLWE_R2MODP |
static int[] |
roots |
static int |
WL |
| Constructor and Description |
|---|
NHS() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CLIENT(RAND RNG,
byte[] SB,
byte[] UC,
byte[] KEY) |
static void |
SERVER_1(RAND RNG,
byte[] SB,
byte[] S) |
static void |
SERVER_2(byte[] S,
byte[] UC,
byte[] KEY) |
public static final int RLWE_PRIME
public static final int RLWE_LGN
public static final long RLWE_ND
public static final int RLWE_ONE
public static final int RLWE_R2MODP
public static final int DEGREE
public static final int WL
public static final int[] roots
public static final int[] iroots
public static final int inv
public static final int invpr