-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
line2 in run_local.py shows that:
p = subprocess.check_output( ['python', '-m', 'honest_party_test', '-k', '%d_%d.key' % (N, t), '-e', 'ecdsa.keys', '-b', '%d' % Tx, '-n', str(N), '-t', str(t), '-c', 'th_%d_%d.keys' % (N, t)], shell=False, )
and in the HoneyBadgerBFT/experiments/honest_party_test line8,9,10,13,14
from ..core.utils import ...
from ..core.includeTransaction import
from ..core.utils import ACSException, checkExceptionPerGreenlet, getSignatureCost, encodeTransaction, getKeys, \ deepEncode, deepDecode, randomTransaction, initiateECDSAKeys, initiateThresholdEnc, finishTransactionLeap
where is the core/utils?
Metadata
Metadata
Assignees
Labels
No labels