.. |
altcoin
|
b001c1a792
use `cryptography` library for pbkdf2 function
|
11 months ago |
contrib
|
3524ee0932
minor cleanups
|
1 year ago |
data
|
0c94427bcd
secp256k1 extmod: add `pubkey_tweak_add()`, `pubkey_check()` functions
|
11 months ago |
help
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
proto
|
21a6e95a10
proto.secp256k1.keygen: factor out `pubkey_format()`
|
11 months ago |
share
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
tool
|
99e7057856
mmgen-tool: new command: `decrypt_keystore`
|
11 months ago |
tw
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
tx
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
wallet
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
wordlist
|
1aeefd64ae
update copyright dates
|
1 year ago |
__init__.py
|
5676d7a3f9
addr generation with secp256k1mod
|
8 years ago |
addr.py
|
3524ee0932
minor cleanups
|
1 year ago |
addrdata.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
addrfile.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
addrgen.py
|
a53f567450
pylint throughout (excluding tests) - bugfixes
|
1 year ago |
addrlist.py
|
66f318b4ef
use relative imports wherever possible
|
1 year ago |
amt.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
autosign.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
base_obj.py
|
79985e2280
AttrCtrl: fix __delattr__ bug, add test
|
1 year ago |
baseconv.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
bip39.py
|
cbe952a774
bip39.py: add `generate_seed(mnemonic,passwd)` method
|
11 months ago |
cfg.py
|
fb9c5ac22c
init_proto(): add `return_cls` param; cmdtest.py: minor cleanups
|
11 months ago |
cfgfile.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
color.py
|
ff4ec64900
MSYS2 testing fixes
|
1 year ago |
crypto.py
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
daemon.py
|
fb9c5ac22c
init_proto(): add `return_cls` param; cmdtest.py: minor cleanups
|
11 months ago |
derive.py
|
603f47ff5e
a few minor fixes and cleanups
|
1 year ago |
devinit.py
|
7140b76100
minor cleanups
|
11 months ago |
devtools.py
|
7140b76100
minor cleanups
|
11 months ago |
exception.py
|
7135744de7
use `pycryptodomex` instead of `pysha3` for `keccak_256` function
|
1 year ago |
filename.py
|
0a1e3c3c98
pylint integration: `gc.platform` -> `sys.platform`
|
1 year ago |
fileutil.py
|
ff4ec64900
MSYS2 testing fixes
|
1 year ago |
flags.py
|
6ccc3703cf
pylint throughout (excluding tests) - type comparison with isinstance()
|
1 year ago |
key.py
|
2fa3d97c54
pylint integration: class Hilite -> Hilite, HiliteStr
|
1 year ago |
keygen.py
|
a49aa2ba53
keygen.py: forbid use of non-safe public key generation backends
|
11 months ago |
led.py
|
4f42233836
pylint throughout (excluding tests) - imports
|
1 year ago |
main.py
|
63a529845a
main.py, test suite: minor cleanups
|
11 months ago |
main_addrgen.py
|
66f318b4ef
use relative imports wherever possible
|
1 year ago |
main_addrimport.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_autosign.py
|
0b214922c4
minor help screen fixes, update docs from wiki
|
11 months ago |
main_msg.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
main_passgen.py
|
f2bf16bbdb
minor fixes and cleanups
|
1 year ago |
main_regtest.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_seedjoin.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_split.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_tool.py
|
99e7057856
mmgen-tool: new command: `decrypt_keystore`
|
11 months ago |
main_txbump.py
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
main_txcreate.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_txdo.py
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
main_txsend.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_txsign.py
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
main_wallet.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
main_xmrwallet.py
|
1cbd1a63b9
pylint fixes - entry mods
|
1 year ago |
mn_entry.py
|
3524ee0932
minor cleanups
|
1 year ago |
msg.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
obj.py
|
3524ee0932
minor cleanups
|
1 year ago |
objmethods.py
|
66f318b4ef
use relative imports wherever possible
|
1 year ago |
opts.py
|
b9a443fe8a
documentation: MMGen -> MMGen Wallet
|
1 year ago |
passwdlist.py
|
a4cb7e3c72
pylint throughout (excluding tests) - unused variables
|
1 year ago |
protocol.py
|
8c756b0b2a
variable rename: `secp256k1_ge` -> `secp256k1_group_order`
|
11 months ago |
pyversion.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
rpc.py
|
7871583eaa
add `xmr-requirements.txt` file
|
1 year ago |
seed.py
|
2fa3d97c54
pylint integration: class Hilite -> Hilite, HiliteStr
|
1 year ago |
seedsplit.py
|
2fa3d97c54
pylint integration: class Hilite -> Hilite, HiliteStr
|
1 year ago |
sha2.py
|
055759f02a
pylint integration: minor compatibility changes
|
1 year ago |
subseed.py
|
2fa3d97c54
pylint integration: class Hilite -> Hilite, HiliteStr
|
1 year ago |
term.py
|
66f318b4ef
use relative imports wherever possible
|
1 year ago |
test.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
ui.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
util.py
|
5b02ceb87c
minor cleanups
|
11 months ago |
util2.py
|
48636ff2e0
update headers: `mmgen` -> `mmgen-wallet`
|
1 year ago |
xmrseed.py
|
d326c96af8
pylint throughout (excluding tests) - various cleanups
|
1 year ago |
xmrwallet.py
|
055759f02a
pylint integration: minor compatibility changes
|
1 year ago |