[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

@@ -29,7 +29,7 @@ import struct
import time
import unittest
from test_framework.siphash import siphash256
from test_framework.crypto.siphash import siphash256
from test_framework.util import assert_equal
MAX_LOCATOR_SZ = 101