|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.math.raw.Interleave
| Constructor Summary | |
Interleave()
|
|
| Method Summary | |
static int |
expand16to32(int x)
|
static long |
expand32to64(int x)
|
static void |
expand64To128(long[] xs,
int xsOff,
int xsLen,
long[] zs,
int zsOff)
|
static void |
expand64To128(long x,
long[] z,
int zOff)
|
static void |
expand64To128Rev(long x,
long[] z,
int zOff)
|
static int |
expand8to16(int x)
|
static int |
shuffle(int x)
|
static long |
shuffle(long x)
|
static int |
shuffle2(int x)
|
static long |
shuffle2(long x)
|
static long |
shuffle3(long x)
|
static int |
unshuffle(int x)
|
static long |
unshuffle(long x)
|
static int |
unshuffle2(int x)
|
static long |
unshuffle2(long x)
|
static long |
unshuffle3(long x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Interleave()
| Method Detail |
public static int expand8to16(int x)
public static int expand16to32(int x)
public static long expand32to64(int x)
public static void expand64To128(long x,
long[] z,
int zOff)
public static void expand64To128(long[] xs,
int xsOff,
int xsLen,
long[] zs,
int zsOff)
public static void expand64To128Rev(long x,
long[] z,
int zOff)
public static int shuffle(int x)
public static long shuffle(long x)
public static int shuffle2(int x)
public static long shuffle2(long x)
public static long shuffle3(long x)
public static int unshuffle(int x)
public static long unshuffle(long x)
public static int unshuffle2(int x)
public static long unshuffle2(long x)
public static long unshuffle3(long x)
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||