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

GF13

struct GF13 : GF
public ushort GFFrac(ushort den, ushort num)

public ushort GFInv(ushort den)

public ushort GFIsZero(ushort a)

public ushort GFMul(ushort in0, ushort in1)

public uint GFMulExt(ushort left, ushort right)

public void GFMulPoly(int length, int[] poly, ushort[] output, ushort[] left, ushort[] right, uint[] temp)

public ushort GFReduce(uint x)

public ushort GFSq(ushort input)

public uint GFSqExt(ushort input)

public void GFSqrPoly(int length, int[] poly, ushort[] output, ushort[] input, uint[] temp)