We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bac40 commit ccb563dCopy full SHA for ccb563d
src/cryptography/hazmat/backends/openssl/backend.py
@@ -264,7 +264,7 @@ def _register_default_ciphers(self) -> None:
264
self.register_cipher_adapter(
265
TripleDES, ECB, GetCipherByName("des-ede3")
266
)
267
- # ChaCha20 uses the Short Name "chacha20" in OpenSSL, but in LibreSSL
+ # ChaCha20 uses the Long Name "chacha20" in OpenSSL, but in LibreSSL
268
# it uses "chacha"
269
270
ChaCha20,
0 commit comments