133 Commits (6d0bc5d9b3356cebbdd90b1d99209fa4528ee9f7)

Author SHA1 Message Date
ukurokawa e708c446a8 Dust threshold should be 546 10 years ago
K 41127db32d Let wallet recovery use 64 byte hex strings and 24 word seeds. 10 years ago
ThomasV 46c290e30d use base43 in order to send transactions by QR code 10 years ago
ThomasV 059d381ba8 backport padding fix to AES module 10 years ago
ThomasV 16c72d286c try to import all python dependencies from the main script 10 years ago
ThomasV 906e0ecd14 rename SEED_PREFIX constant 10 years ago
ThomasV da968b60e4 drop support for multiple accounts (bip44) in standard wallets 10 years ago
ThomasV 63c7a27d7e add InvalidPassword exception 10 years ago
ThomasV bde0ca3ea1 set default fee to 0.5mBTC/kb 10 years ago
ThomasV cef75e9e7b new seed_version: remove whitespaces only between CJK characters 10 years ago
ThomasV 93d073457c add spanish wordlist and remove accents 10 years ago
ThomasV 6361abaf4d extended seed prefix 10 years ago
ThomasV cc71dfea86 check all bytes in strip_pkcs7_padding 10 years ago
ThomasV de1123e4a0 ecies: update description in comment 10 years ago
ThomasV a97375dbb4 ecies: use the same KDF to derive aes init vector and aes and hmac keys. 10 years ago
ThomasV eed37c41b5 ecies: don't drop sign of ephemeral key 10 years ago
ThomasV 2c51b0aa14 update mnemonic imports 10 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 10 years ago
ThomasV ef74ae57ff fix tests 10 years ago
ThomasV bf3f67c043 do not expose mnemonic_to_seed 10 years ago
Chris Glass 9baaaef746 Made use of fewer constants 10 years ago
Chris Glass 0ac02bf040 Made all bip32 primitives testnet compatible. 10 years ago
ThomasV 54973062bd restore from xprv 10 years ago
Chris Glass 413945435a Added private/public key tests 10 years ago
Chris Glass 73c33820db Moved bitcoin.py tests to their own file 10 years ago
ThomasV 31226b8a34 add pbkdf2 dependency 11 years ago
ThomasV 1045b537aa unit test for aes 11 years ago
ThomasV 30b608c6fb move tests to unittest format 11 years ago
ThomasV 650ef92c5f class MyVerifyingKey, with constructor to submit to python-ecdsa 11 years ago
ThomasV 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests 11 years ago
Lucas Ryan a3d02525e2 in ecies encryption, mac headers+ciphertext instead of just ciphertext 11 years ago
Lucas Ryan 93f61f1717 replaced jackjack encryption with corrected ecies implementation 11 years ago
ThomasV c76da17262 utf8 encoding for seed encryption 11 years ago
ThomasV c9fc6275ab move private key methods from wallet to accounts 11 years ago
ThomasV 84052bcdb2 fix bug with has_seed 11 years ago
ThomasV 582fb76e9e new class: Imported_Wallet 11 years ago
ThomasV 23df7394df is_new_seed: encode utf8 11 years ago
ThomasV 41f9da1559 fix #655 11 years ago
Drak d082ed3cb5 Lower minimum tx fee in line with Bitcoin 0.9 11 years ago
ThomasV c24482c21a check seed in gui. fixes #622 11 years ago
ThomasV 9fccf9c287 helper functions for bip32 derivations 11 years ago
ThomasV 9663600d5d update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV 91ba04c4d7 update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV 328432f5f4 update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV cef7bbf294 add get_public_key method to EC_KEY class 11 years ago
ThomasV da6f292dd5 encrypt/decrypt messages in gui 11 years ago
ThomasV fc9d2b6ee9 remove redundant function 11 years ago
ThomasV c90bc6aa26 bip39 11 years ago
ThomasV 631c967df9 new commands: encrypt and decrypt messages 11 years ago
ThomasV ae3cb372c8 add ECDSA asymmetric encryption 11 years ago