Class NTRULPRimeKeyGenerationParameters

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

public class NTRULPRimeKeyGenerationParameters extends KeyGenerationParameters
  • Constructor Details

    • NTRULPRimeKeyGenerationParameters

      public NTRULPRimeKeyGenerationParameters(SecureRandom random, NTRULPRimeParameters ntrulprParams)
      initialise the generator with a source of randomness and a strength (in bits).
      Parameters:
      random - the random byte source.
      ntrulprParams - NTRU LPRime parameters
  • Method Details