Skip to content

Commit

Permalink
files.html, tools.html - rebuild
Browse files Browse the repository at this point in the history
As suggeseted by .github/workflows/doc.yml

 On branch X25519-improvements-2
 Changes to be committed:
	modified:   files/files.html
	modified:   tools/tools.html
  • Loading branch information
dengert committed Mar 30, 2024
1 parent 7802fd3 commit 934084a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/tools/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,13 @@
where <em class="replaceable"><code>keyspec</code></em> describes the algorithm and the parameters
of the key to be created. For example, <code class="literal">rsa:2048</code> generates a RSA key
with 2048-bit modulus. If you are generating an EC key, the curve designation must
be specified, for example <code class="literal">ec:prime256v1</code>. For symmetric key,
be specified, for example <code class="literal">ec:prime256v1</code>.
The following curves do not need parameters:
Edwards 25519 curves use one of these equivalent names: Ed25519(preferred), ed25519 or edwards25519
and for the 448 curve use: Ed448.
For Montgomery 25519 curves use one of these equivalent names: X25519(preferred), cv25519 or curve25519
and for the 448 curve use: X448.
For symmetric key,
the length of key is specified in bytes, for example <code class="literal">AES:32</code>
or <code class="literal">DES3:24</code>.
</p><p>
Expand Down

0 comments on commit 934084a

Please sign in to comment.