Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.raw
Class Bits

java.lang.Object
  extended byorg.bouncycastle.math.raw.Bits

public abstract class Bits
extends java.lang.Object


Constructor Summary
Bits()
           
 
Method Summary
static int bitPermuteStep(int x, int m, int s)
           
static long bitPermuteStep(long x, long m, int s)
           
static int bitPermuteStepSimple(int x, int m, int s)
           
static long bitPermuteStepSimple(long x, long m, int s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bits

public Bits()
Method Detail

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)

Bouncy Castle Cryptography Library 1.81