1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Update docs for Ed25519 and ChaCha20-Poly1305.

This commit is contained in:
Jacob Nevins
2015-10-22 01:48:02 +01:00
parent 9f9d72ec58
commit 9dd9860cc8
4 changed files with 40 additions and 12 deletions

View File

@ -72,7 +72,8 @@ For each key, the list box will tell you:
\b The type of the key. Currently, this can be \c{ssh1} (an RSA key
for use with the SSH-1 protocol), \c{ssh-rsa} (an RSA key for use
with the SSH-2 protocol), \c{ssh-dss} (a DSA key for use with
the SSH-2 protocol), or \c{ecdsa-sha2-*} (an ECDSA key for use with
the SSH-2 protocol), \c{ecdsa-sha2-*} (an ECDSA key for use with
the SSH-2 protocol), or \c{ssh-ed25519} (an Ed25519 key for use with
the SSH-2 protocol).
\b The size (in bits) of the key.