diff options
Diffstat (limited to 'conf/plugins/bliss.conf')
-rw-r--r-- | conf/plugins/bliss.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/bliss.conf b/conf/plugins/bliss.conf new file mode 100644 index 000000000..e35c27dc4 --- /dev/null +++ b/conf/plugins/bliss.conf @@ -0,0 +1,11 @@ +bliss { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Use the enhanced BLISS-B key generation and signature algorithm. + # use_bliss_b = yes + +} + |