<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />

Nat448

static class Nat448
public static void Copy64(ulong[] x, ulong[] z)

public static void Copy64(ulong[] x, int xOff, ulong[] z, int zOff)

public static ulong[] Create64()

public static ulong[] CreateExt64()

public static bool Eq64(ulong[] x, ulong[] y)

public static bool IsOne64(ulong[] x)

public static bool IsZero64(ulong[] x)

public static void Mul(uint[] x, uint[] y, uint[] zz)

public static void Square(uint[] x, uint[] zz)

public static BigInteger ToBigInteger64(ulong[] x)