mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix typo in test name (#7426)
This commit is contained in:
parent
12966837d7
commit
07bb910f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from ..hazmat.primitives.test_aead import _aead_supported
|
|||
reason="Requires OpenSSL with ChaCha20Poly1305 support",
|
||||
)
|
||||
@wycheproof_tests("chacha20_poly1305_test.json")
|
||||
def test_chacha2poly1305(backend, wycheproof):
|
||||
def test_chacha20poly1305(backend, wycheproof):
|
||||
key = binascii.unhexlify(wycheproof.testcase["key"])
|
||||
iv = binascii.unhexlify(wycheproof.testcase["iv"])
|
||||
aad = binascii.unhexlify(wycheproof.testcase["aad"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue