http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/test/unit_tests_d/ut_ecc.py
/usr/bin/env python3 """ test.unit_tests_d.ut_ecc: elliptic curve unit test for the MMGen suite """ from mmgen.color import gray,pink,blue from mmgen.proto.secp256k1.secp256k1 import pubkey_gen,pubkey_tweak_add,pubkey_check from ..include.common import cfg,qmsg,vmsg from ..include.ecc import pubkey_tweak_add_pyecdsa from mmgen.protocol import CoinProtocol secp256k1_group_order = CoinProtocol.Secp256k1.secp256k1_group_order class unit_tests: def pubkey_ops(self,name,ut): vmsg(f' Generating pubkey, adding...