Class SNTRUPrimeKeyGenerationParameters

java.lang.Object
org.spongycastle.crypto.KeyGenerationParameters
org.spongycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyGenerationParameters

public class SNTRUPrimeKeyGenerationParameters extends KeyGenerationParameters
  • Constructor Details

    • SNTRUPrimeKeyGenerationParameters

      public SNTRUPrimeKeyGenerationParameters(SecureRandom random, SNTRUPrimeParameters sntrupParams)
      initialise the generator with a source of randomness and a strength (in bits).
      Parameters:
      random - the random byte source.
      sntrupParams - Streamlined NTRU Prime parameters
  • Method Details