Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.raw
Class Nat384

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

public abstract class Nat384
extends java.lang.Object


Constructor Summary
Nat384()
           
 
Method Summary
static void mul(int[] x, int[] y, int[] zz)
           
static void square(int[] x, int[] zz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nat384

public Nat384()
Method Detail

mul

public static void mul(int[] x,
                       int[] y,
                       int[] zz)

square

public static void square(int[] x,
                          int[] zz)

Bouncy Castle Cryptography Library 1.81