Mark unused variable in test code with a leading underscore.

pull/122/head
Robert de Vries 2026-05-18 20:21:53 +02:00
parent aa34a9c67d
commit b15d6f47c4
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ if _lib.CHACHA_ENABLED:
chacha = ChaCha(key)
chacha.set_iv(nonce_a)
ct_a1 = chacha.encrypt(plaintext)
_ct_a1 = chacha.encrypt(plaintext)
# Allocate the decryption context too.
chacha.decrypt(b"\x00" * 16)
# Changing IV must reset both contexts: subsequent encrypt/decrypt