mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
[test] Move test framework crypto functions to crypto/
This commit is contained in:
parent
8371914604
commit
08a4a56cbc
14 changed files with 10 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ from .messages import (
|
|||
uint256_from_str,
|
||||
)
|
||||
|
||||
from .ripemd160 import ripemd160
|
||||
from .crypto.ripemd160 import ripemd160
|
||||
|
||||
MAX_SCRIPT_ELEMENT_SIZE = 520
|
||||
MAX_PUBKEYS_PER_MULTI_A = 999
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue