diff options
author | stratospher <44024636+stratospher@users.noreply.github.com> | 2022-10-06 19:57:34 +0530 |
---|---|---|
committer | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-09-29 17:50:38 +0530 |
commit | 9fc6e0355e5ab52e76e647e5dad7571f962b4d4c (patch) | |
tree | 00083157b4543b4ed5597ed786580be2802d52e6 /test/functional/test_runner.py | |
parent | fec2ca6c9a8a8e44b6e4d51c4ef7fa6eaca6e446 (diff) |
[test/crypto] Add Poly1305 python implementation
Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 97af2eb935..91d63f92f7 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -79,6 +79,7 @@ TEST_FRAMEWORK_MODULES = [ "key", "messages", "crypto.muhash", + "crypto.poly1305", "crypto.ripemd160", "script", "segwit_addr", |