aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorstratospher <44024636+stratospher@users.noreply.github.com>2022-10-06 19:53:07 +0530
committerstratospher <44024636+stratospher@users.noreply.github.com>2023-09-29 17:50:32 +0530
commit0cde60da3a16a27697f1f9014fcd33ea92eb639b (patch)
treefcb60b4c1d64f9b9a05ab54a8513cc6ad5690a47 /test/functional/test_runner.py
parent69d3f50ab645ad0ade1d67c66d2058b48bcf943b (diff)
downloadbitcoin-0cde60da3a16a27697f1f9014fcd33ea92eb639b.tar.xz
[test/crypto] Add ChaCha20 python implementation
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 99030070d1..97af2eb935 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -74,6 +74,7 @@ TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
+ "crypto.chacha20",
"crypto.ellswift",
"key",
"messages",