diff options
author | Jack Lloyd <[email protected]> | 2016-09-28 02:50:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-28 02:50:55 -0400 |
commit | 969f189abb380e0da8c894a8a3b307db8a9021c5 (patch) | |
tree | 17cd21c938b0c83e3d7e0767c1bf23c5a53f5c58 /doc | |
parent | c7b66e0e2d617cf23fd3a2a9b2aad417de172e8d (diff) |
Fix doc
This command got lost somewhere along the way.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/mceliece.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/mceliece.rst b/doc/manual/mceliece.rst index f686918d0..92873dd58 100644 --- a/doc/manual/mceliece.rst +++ b/doc/manual/mceliece.rst @@ -70,5 +70,4 @@ parameters n and t, and have the cooresponding key sizes listed: +-----+------+-----+---------------+----------------+ You can check the speed of McEliece with the suggested parameters above -using ``botan speed McEliece``, and can encrypt files using the ``botan mce`` -command. +using ``botan speed McEliece`` |