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 1296683 commit 07bb910Copy full SHA for 07bb910
tests/wycheproof/test_chacha20poly1305.py
@@ -19,7 +19,7 @@
19
reason="Requires OpenSSL with ChaCha20Poly1305 support",
20
)
21
@wycheproof_tests("chacha20_poly1305_test.json")
22
-def test_chacha2poly1305(backend, wycheproof):
+def test_chacha20poly1305(backend, wycheproof):
23
key = binascii.unhexlify(wycheproof.testcase["key"])
24
iv = binascii.unhexlify(wycheproof.testcase["iv"])
25
aad = binascii.unhexlify(wycheproof.testcase["aad"])
0 commit comments