[test/crypto] Add RFC 8439's ChaCha20Poly1305 AEAD

Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
This commit is contained in:
stratospher
2022-10-06 20:06:49 +05:30
parent 9fc6e0355e
commit c4ea5f6288
2 changed files with 131 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ TEST_EXIT_SKIPPED = 77
# the output of `git grep unittest.TestCase ./test/functional/test_framework`
TEST_FRAMEWORK_MODULES = [
"address",
"crypto.bip324_cipher",
"blocktools",
"crypto.chacha20",
"crypto.ellswift",