aes
|
gitignore: Add aestst
|
2017-08-15 11:15:18 +02:00 |
chacha20poly1305
|
fix chacha20poly1305 issues
|
2017-05-11 13:27:59 +02:00 |
ed25519-donna
|
ed25519-donna: Remove duplicate static code
|
2017-08-14 00:08:48 +02:00 |
gui
|
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
|
2017-04-21 13:42:58 +02:00 |
tools
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
.gitignore
|
gitignore: Add aestst
|
2017-08-15 11:15:18 +02:00 |
.travis.yml
|
Travis CI: Run aestst
|
2017-08-14 14:39:47 +02:00 |
address.c
|
Fixed undefined behavior
|
2018-03-27 15:04:55 +02:00 |
address.h
|
include options.h in address.h
|
2017-07-11 21:34:47 +02:00 |
AUTHORS
|
import sources
|
2013-08-17 14:20:15 +02:00 |
base32.c
|
base32: Handle when char is unsigned
|
2017-06-05 12:32:48 +02:00 |
base32.h
|
base32: Return char* from base32_encode
|
2017-06-05 12:32:48 +02:00 |
base58.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
base58.h
|
Use hasher_Raw instead of sha256_Raw
|
2017-12-10 20:07:13 +01:00 |
bignum.c
|
Fixed undefined behavior
|
2018-03-27 15:04:55 +02:00 |
bignum.h
|
bignum: Fix bn_digitcount
|
2017-07-27 21:20:43 +02:00 |
bip32.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
bip32.h
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
bip39_english.h
|
bip39: use static modifier
|
2018-01-02 14:15:08 +01:00 |
bip39.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
bip39.h
|
add mnemonic generation methods with indexes option
|
2016-05-13 19:46:12 +02:00 |
blake2_common.h
|
add Blake2b
|
2017-02-28 18:14:54 +01:00 |
blake2b.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
blake2b.h
|
use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions
|
2017-03-20 20:20:14 +01:00 |
blake2s.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
blake2s.h
|
use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions
|
2017-03-20 20:20:14 +01:00 |
blake256.c
|
blake256: Replace with working implementation
|
2017-12-23 13:45:36 +01:00 |
blake256.h
|
blake256: Replace with working implementation
|
2017-12-23 13:45:36 +01:00 |
check_mem.h
|
check_mem: Fix Check 0.11
|
2017-06-03 23:39:36 +02:00 |
CMakeLists.txt
|
blake256: Initial commit
|
2017-12-10 20:07:13 +01:00 |
CONTRIBUTORS
|
bignum: introduce read/write_le
|
2016-08-25 23:18:24 +01:00 |
curves.c
|
bip32: Add secp256k1-decred
|
2017-12-10 20:07:13 +01:00 |
curves.h
|
bip32: Add secp256k1-decred
|
2017-12-10 20:07:13 +01:00 |
ecdsa.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
ecdsa.h
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
hasher.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
hasher.h
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
hmac.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
hmac.h
|
Faster PBKDF2 by reusing intermediate results.
|
2016-07-13 22:17:23 +02:00 |
LICENSE
|
adjust format of LICENSE
|
2016-01-31 12:16:31 +01:00 |
Makefile
|
test_openssl: Fix failing test
|
2018-04-03 18:28:06 +02:00 |
memzero.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
memzero.h
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
nem_serialize.h
|
nem: Add transaction serialization methods
|
2017-09-02 01:39:09 +02:00 |
nem.c
|
Fixed undefined behavior
|
2018-03-27 15:04:55 +02:00 |
nem.h
|
Makefile: simplify include path, move subdirs to where used in C files
|
2018-01-13 14:51:51 +01:00 |
nist256p1.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
nist256p1.h
|
ed25519 support
|
2016-04-22 18:21:58 +02:00 |
nist256p1.table
|
Add support for NIST256P1 elliptic curve
|
2015-06-26 10:33:14 +03:00 |
options.h
|
options: Add NEM support
|
2017-09-02 01:39:09 +02:00 |
pbkdf2.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
pbkdf2.h
|
Faster PBKDF2 by reusing intermediate results.
|
2016-07-13 22:17:23 +02:00 |
rand.c
|
Fixed undefined behavior
|
2018-03-27 15:04:55 +02:00 |
rand.h
|
add warning message to rand.c
|
2018-01-21 23:38:32 +01:00 |
rc4.c
|
rc4: Initial commit
|
2017-08-14 00:11:43 +02:00 |
rc4.h
|
rc4: Initial commit
|
2017-08-14 00:11:43 +02:00 |
README.md
|
README: Add Base32 custom alphabet support
|
2017-06-08 22:00:32 +02:00 |
rfc6979.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
rfc6979.h
|
split rfc6979 from ecdsa into separate module
|
2017-04-03 20:58:53 +02:00 |
ripemd160.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
ripemd160.h
|
extract block size and digest size as macros in ripemd160
|
2016-11-01 16:32:44 +01:00 |
script.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
script.h
|
add script parsing functions
|
2016-05-16 14:45:09 +02:00 |
secp256k1.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
secp256k1.h
|
bip32: Add secp256k1-decred
|
2017-12-10 20:07:13 +01:00 |
secp256k1.table
|
Add support for NIST256P1 elliptic curve
|
2015-06-26 10:33:14 +03:00 |
segwit_addr.c
|
Updated to latest from bech32 repository.
|
2017-11-03 18:49:19 +01:00 |
segwit_addr.h
|
Bech32 (BIP173) address support
|
2017-11-03 18:49:19 +01:00 |
setup.py
|
Add Python tests for Curve25519 ECDH
|
2016-10-15 15:38:23 +03:00 |
sha2.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
sha2.h
|
sha2: import SHA1 implementation
|
2016-11-05 15:14:37 +01:00 |
sha3.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
sha3.h
|
tests: Import NEM test vectors for keccak_256
|
2017-06-05 16:34:52 +02:00 |
test_check.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
test_curves.py
|
fix build
|
2017-03-30 15:07:29 +02:00 |
test_openssl.c
|
test_openssl: Fix failing test
|
2018-04-03 18:28:06 +02:00 |
test_segwit.c
|
Bech32 (BIP173) address support
|
2017-11-03 18:49:19 +01:00 |
test_speed.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |