org.bouncycastle.math.raw
Class Bits
java.lang.Object
org.bouncycastle.math.raw.Bits
- public abstract class Bits
- extends java.lang.Object
Constructor Summary |
Bits()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bits
public Bits()
bitPermuteStep
public static int bitPermuteStep(int x,
int m,
int s)
bitPermuteStep
public static long bitPermuteStep(long x,
long m,
int s)
bitPermuteStepSimple
public static int bitPermuteStepSimple(int x,
int m,
int s)
bitPermuteStepSimple
public static long bitPermuteStepSimple(long x,
long m,
int s)