[test] Move test framework crypto functions to crypto/

This commit is contained in:
stratospher
2023-09-09 14:31:53 +05:30
parent 8371914604
commit 08a4a56cbc
14 changed files with 10 additions and 10 deletions

View File

@@ -74,11 +74,11 @@ TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
"ellswift",
"crypto.ellswift",
"key",
"messages",
"muhash",
"ripemd160",
"crypto.muhash",
"crypto.ripemd160",
"script",
"segwit_addr",
]