diff options
Diffstat (limited to 'conf/plugins/gcrypt.conf')
-rw-r--r-- | conf/plugins/gcrypt.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/gcrypt.conf b/conf/plugins/gcrypt.conf new file mode 100644 index 000000000..fce2c7a6e --- /dev/null +++ b/conf/plugins/gcrypt.conf @@ -0,0 +1,11 @@ +gcrypt { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Use faster random numbers in gcrypt; for testing only, produces weak keys! + # quick_random = no + +} + |