Commit Graph

600 Commits (8b61a7e36572b176f60e70d00fba9d368a601fb4)
 

Author SHA1 Message Date
onvej-sl 8b61a7e365 python3 migration (#149)
7 years ago
Pavol Rusnak 7ea31aecf7
use python3 in travis
7 years ago
Pavol Rusnak 7111431890
move tests into tests/
7 years ago
Pavol Rusnak e81fb38ab4
fix cashaddr test
7 years ago
Jochen Hoenicke e65adcf5ca Added cashaddr support (#120)
7 years ago
Jochen Hoenicke c61ab76ad7 Reworked bn_format.
7 years ago
Jochen Hoenicke 9add21439a Adapted sha1 to match sha2 code.
7 years ago
Jochen Hoenicke 2350bb015c Fix another undefined shift.
7 years ago
Peter D. Gray b0af159096 bip32, options: optionally exclude 25519 curves in BIP32 support
7 years ago
Tomas Susanka 877998fa1a bip32/nem: IV is copied before encryption
7 years ago
Saleem Rashid b9043659c5 test_openssl: Fix failing test
7 years ago
Saleem Rashid c70e440128 hasher: Replace hasher_Double with HASHER_*D
7 years ago
Jochen Hoenicke 3d7d99a3e3 Fix out of bounds read
7 years ago
Jochen Hoenicke 009850f6c9 Fixed undefined behavior
7 years ago
Tomas Susanka 49272f8d86 bip32/nem: added test data for encryption of block size multiple
7 years ago
Pavol Rusnak 2e528be1e9
add warning message to rand.c
7 years ago
Pavol Rusnak bb4c3d0525
introduce and use memzero instead of explicit_bzero
7 years ago
Pavol Rusnak b7f73ee3ff
use explicit_bzero
7 years ago
Pavol Rusnak 72841c4fa1
declare random_buffer as weak symbol
7 years ago
Pavol Rusnak 0d8a3beeaf
declare random32 always
7 years ago
Pavol Rusnak b3f026c742
extern declaration of random32
7 years ago
Pavol Rusnak 46fa586b12
further work on making rand.{c,h} more global
7 years ago
Peter D. Gray 65e976d70c rand.c: platform depedenant code can be removed using CPP flag
7 years ago
Peter D. Gray cb8c910a0c Makefile: simplify include path, move subdirs to where used in C files
7 years ago
Pavol Rusnak a54c5fe89e
test_openssl: fix build with openssl 1.1.0+
7 years ago
Pavol Rusnak 8d8bc9c762
bip39: use static modifier
7 years ago
Saleem Rashid 2782467555 blake256: Replace with working implementation
7 years ago
Saleem Rashid 74e74f5eed nem: Prevent underflow in NEM_DECRYPTED_SIZE
7 years ago
Saleem Rashid 44480ca15d nem: Fix NEM_ENCRYPTED_SIZE
7 years ago
Saleem Rashid d41556d7fc nem: Remove NEM_DECRYPTED_PAYLOAD_SIZE
7 years ago
Pavol Rusnak 921b59e1d8
blake256: add BLAKE256_BLOCK_LENGTH
7 years ago
Saleem Rashid 764cc4c6e8 bip32: Add secp256k1-decred
7 years ago
Saleem Rashid 136c62e970 bip32: Add curve to hdnode_deserialize
7 years ago
Saleem Rashid b41f5407cc test_check: Attribute test vectors to Monero
7 years ago
Saleem Rashid 8e725f4d3e test_openssl: Fix SHA2 name conflict
7 years ago
Peter Banik 173c62f0f3 Fixed test suite to use generic hasher functions
7 years ago
Saleem Rashid 6b813bc473 hasher: Add HASHER_BLAKE
7 years ago
Saleem Rashid 7cdbec2d11 blake256: Initial commit
7 years ago
Saleem Rashid b41a51805f Use hasher_Raw instead of sha256_Raw
7 years ago
Saleem Rashid a70caa3dbc hasher: Initial commit
7 years ago
Pavol Rusnak 95a522bf1a
fix typo
7 years ago
Jochen Hoenicke f366fb81c5 Updated to latest from bech32 repository.
7 years ago
Jochen Hoenicke a5653dafe7 Increased length of addresses
7 years ago
Jochen Hoenicke 506167e3f2 Bech32 (BIP173) address support
7 years ago
Saleem Rashid 56114cc0a6 nem: Add nem_transaction_create_importance_transfer
7 years ago
Saleem Rashid 9c91985674 test_check: Add nem_transaction test case
7 years ago
Saleem Rashid 3808a30381 test_check: Add test_nem_cipher
7 years ago
Saleem Rashid ce0f3919e3 bip32: Add hdnode_nem_{en,de}crypt
7 years ago
Saleem Rashid e1818468c7 test_check: Add test_nem_derive
7 years ago
Saleem Rashid abda0f6504 bip32: Add hdnode_nem_get_shared_key
7 years ago