gcrypt.conf 239 B

1234567891011
  1. gcrypt {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # Use faster random numbers in gcrypt; for testing only, produces weak keys!
  6. # quick_random = no
  7. }