[test/crypto] Add ChaCha20 python implementation

Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
This commit is contained in:
stratospher
2022-10-06 19:53:07 +05:30
parent 69d3f50ab6
commit 0cde60da3a
2 changed files with 111 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
"crypto.chacha20",
"crypto.ellswift",
"key",
"messages",