14 lines
394 B
Python
Executable file
14 lines
394 B
Python
Executable file
#!/usr/bin/env python3
|
|
#
|
|
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
|
|
# Copyright (C)2013-2022 The MMGen Project <mmgen@tuta.io>
|
|
|
|
"""
|
|
test.objtest_py_d.ot_common: shared data for MMGen data objects tests
|
|
"""
|
|
|
|
import os
|
|
from mmgen.globalvars import g
|
|
from ..include.common import *
|
|
|
|
r32,r24,r16,r17,r18 = getrand(32),getrand(24),getrand(16),getrand(17),getrand(18)
|