<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />
ReedMuller
public static void Decode(
byte[]
m,
long[]
codeword,
int n1,
int mulParam)
public static void Encode(
long[]
codeword,
byte[]
m,
int n1,
int mulParam)