blob: fce2c7a6e14f12319f0ca5640acc56f3eb148acc (
plain)
1
2
3
4
5
6
7
8
9
10
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
}
|