Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chacha20_poly1305_openssh: Rename confusing variable (NFC).
`open_in_place` takes ciphertext in and outputs plaintext, and it already has a local variable with a name to that effect. It is very confusing to then have a variable named `plaintext_in_ciphertext_out` in this function. Probably it was copy-pasta from `seal_in_place`.
- Loading branch information