<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
GF12
public ushort GFFrac(
ushort den,
ushort num)
public ushort GFInv(
ushort input)
public ushort GFMul(
ushort left,
ushort right)
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)