public SaberKeyGenerationParameters(
SecureRandom random,
SaberParameters saberParameters
)
Public Sub New (
random As SecureRandom,
saberParameters As SaberParameters
)
public:
SaberKeyGenerationParameters(
SecureRandom^ random,
SaberParameters^ saberParameters
)
Org.BouncyCastle.Pqc.Crypto.Saber.SaberKeyGenerationParameters = function(random, saberParameters);