mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Remove a stray FIXME, added in 840043f06e
.
Simon tells me he was pondering whether chacha20-poly1305 could be reworked to use the new facilities, but on reflection there's no way to use it to improve matters.
This commit is contained in:
parent
f8165649a1
commit
25ef6a233a
@ -1062,7 +1062,7 @@ const ssh_cipheralg ssh2_chacha20_poly1305 = {
|
|||||||
.decrypt = ccp_decrypt,
|
.decrypt = ccp_decrypt,
|
||||||
.encrypt_length = ccp_encrypt_length,
|
.encrypt_length = ccp_encrypt_length,
|
||||||
.decrypt_length = ccp_decrypt_length,
|
.decrypt_length = ccp_decrypt_length,
|
||||||
.next_message = nullcipher_next_message, // FIXME: can we use this?
|
.next_message = nullcipher_next_message,
|
||||||
.ssh2_id = "chacha20-poly1305@openssh.com",
|
.ssh2_id = "chacha20-poly1305@openssh.com",
|
||||||
.blksize = 1,
|
.blksize = 1,
|
||||||
.real_keybits = 512,
|
.real_keybits = 512,
|
||||||
|
Loading…
Reference in New Issue
Block a user