ntru.conf 503 B

1234567891011121314151617
  1. ntru {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # Number of pseudo-random bit requests from the DRBG before an automatic
  6. # reseeding occurs.
  7. # max_drbg_requests = 4294967294
  8. # The following parameter sets are available: x9_98_speed, x9_98_bandwidth,
  9. # x9_98_balance and optimum, the last set not being part of the X9.98
  10. # standard but having the best performance.
  11. # parameter_set = optimum
  12. }