diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.sgml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 7a31a9d1e..c20bfb173 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1172,6 +1172,15 @@ needed. Use this to override a previous --lock-once from a config file. </para></listitem></varlistentry> +<varlistentry> +<term>--no-random-seed-file</term> +<listitem><para> +&gnupg; uses a file to store it's internal random pool over invocations. +This makes random generation faster; however sometimes write operations +are not desired. This option can be used to achive that with the cost of +slower random generation. +</para></listitem></varlistentry> + <varlistentry> <term>--no-verbose</term> @@ -1476,6 +1485,11 @@ constructed by cutting off the extension (".asc" or ".sig") of </varlistentry> <varlistentry> +<term>~/.gnupg/random_seed</term> +<listitem><para>used to preserve the internal random pool</para></listitem> +</varlistentry> + +<varlistentry> <term>~/.gnupg/options</term> <listitem><para>May contain options</para></listitem> </varlistentry> |