<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
GF13
public ushort GFFrac(
ushort den,
ushort num)
public ushort GFInv(
ushort den)
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 GFSq(
ushort input)
public void GFSqrPoly(
int length,
int[]
poly,
ushort[]
output,
ushort[]
input,
uint[]
temp)