public static ulong[] FromBigInteger(BigInteger x)
 {
     return(Nat.FromBigInteger64(283, x));
 }