go_chacha20poly1305_openssh/notes

4 lines
152 B
Plaintext
Raw Normal View History

2023-01-08 17:31:09 -05:00
= KEY SIZES =
In ChaCha20Poly1305, a key size of 32 bytes is needed.
In OpenSSH, the KDF is used to generate a 64 byte key, and the first half is used.