Ejemplo n.º 1
0
 public static ulong[] FromBigInteger(BigInteger x)
 {
     ulong[] array = Nat192.FromBigInteger64(x);
     SecT131Field.Reduce61(array, 0);
     return(array);
 }
Ejemplo n.º 2
0
 public static ulong[] FromBigInteger(BigInteger x)
 {
     ulong[] z = Nat192.FromBigInteger64(x);
     Reduce61(z, 0);
     return(z);
 }
Ejemplo n.º 3
0
 public static ulong[] FromBigInteger(BigInteger x)
 {
     ulong[] array = Nat192.FromBigInteger64(x);
     Reduce29(array, 0);
     return(array);
 }