<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
HqcEngine
public HqcEngine(
int n,
int n1,
int n2,
int k,
int g,
int delta,
int w,
int wr,
int we,
int rejectionThreshold,
int fft,
int[]
generatorPoly)
public void Decaps(
byte[]
ss,
byte[]
ct,
byte[]
sk)
public void Encaps(
byte[]
u,
byte[]
v,
byte[]
K,
byte[]
d,
byte[]
pk,
byte[]
seed,
byte[]
salt)
public void GenKeyPair(
byte[]
pk,
byte[]
sk,
byte[]
seed)