ed25519-donna
|
don't skip const if not using gcc
|
2017-04-02 02:54:46 +02:00 |
emscripten
|
Changing this to self in emscripten post
|
2017-05-04 14:49:33 +02:00 |
gui
|
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
|
2017-04-21 13:42:58 +02:00 |
tools
|
fix xpubaddrgen
|
2017-04-21 13:53:10 +02:00 |
.gitignore
|
gitignore: ignore *.d files
|
2016-08-21 20:25:35 +01:00 |
.travis.yml
|
travis: add gcc/clang build
|
2017-04-20 20:45:53 +02:00 |
address.c
|
add address related funnctions
|
2016-10-10 11:22:15 +02:00 |
address.h
|
add address related funnctions
|
2016-10-10 11:22:15 +02:00 |
aes_modes.c
|
rename aes_ctr_counter_inc to aes_ctr_cbuf_inc and move it to aes_modes.c
|
2014-06-07 14:16:27 +02:00 |
aes.h
|
rename aes_ctr_counter_inc to aes_ctr_cbuf_inc and move it to aes_modes.c
|
2014-06-07 14:16:27 +02:00 |
aescrypt.c
|
update AES code to support different modes of operation, add unittests
|
2014-06-07 13:38:56 +02:00 |
aeskey.c
|
update AES code to support different modes of operation, add unittests
|
2014-06-07 13:38:56 +02:00 |
aesopt.h
|
don't include aescpp.h
|
2014-07-24 15:26:50 +02:00 |
aestab.c
|
update AES code to support different modes of operation, add unittests
|
2014-06-07 13:38:56 +02:00 |
aestab.h
|
update AES code to support different modes of operation, add unittests
|
2014-06-07 13:38:56 +02:00 |
AUTHORS
|
import sources
|
2013-08-17 14:20:15 +02:00 |
base58.c
|
Steem integration
|
2016-10-16 01:41:20 +02:00 |
base58.h
|
include options.h to base58.h
|
2016-10-24 20:54:29 +02:00 |
bignum.c
|
add setbit, clearbit, testbit and xor to bignum
|
2016-10-31 17:26:24 +01:00 |
bignum.h
|
add setbit, clearbit, testbit and xor to bignum
|
2016-10-31 17:26:24 +01:00 |
bip32.c
|
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
|
2017-04-21 13:42:58 +02:00 |
bip32.h
|
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
|
2017-04-21 13:42:58 +02:00 |
bip39_english.h
|
Make word list const
|
2015-02-14 12:00:44 +01:00 |
bip39.c
|
Smoother progress bar for wakeup
|
2016-07-13 22:17:49 +02: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
|
add Blake2b
|
2017-02-28 18:14:54 +01:00 |
blake2b.h
|
use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions
|
2017-03-20 20:20:14 +01:00 |
blake2s.c
|
add Blake2b
|
2017-02-28 18:14:54 +01:00 |
blake2s.h
|
use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions
|
2017-03-20 20:20:14 +01:00 |
check_mem.h
|
extract ck_assert_mem macros to separate file check_mem.h
|
2016-10-19 20:42:50 +02:00 |
CMakeLists.txt
|
add changes to cmake/qmake builds
|
2017-03-28 23:18:55 +02:00 |
CONTRIBUTORS
|
bignum: introduce read/write_le
|
2016-08-25 23:18:24 +01:00 |
curves.c
|
Implement ECDH with Curve25519 at BIP32 module
|
2016-10-14 23:36:19 +03:00 |
curves.h
|
Implement ECDH with Curve25519 at BIP32 module
|
2016-10-14 23:36:19 +03:00 |
ecdsa.c
|
split rfc6979 from ecdsa into separate module
|
2017-04-03 20:58:53 +02:00 |
ecdsa.h
|
split rfc6979 from ecdsa into separate module
|
2017-04-03 20:58:53 +02:00 |
hmac.c
|
Faster PBKDF2 by reusing intermediate results.
|
2016-07-13 22:17:23 +02: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 |
macros.h
|
cleanup coding style
|
2015-04-13 18:19:33 +02:00 |
Makefile
|
use pkg-config for build of tests
|
2017-04-21 13:44:10 +02:00 |
nist256p1.c
|
ed25519 support
|
2016-04-22 18:21:58 +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
|
Steem integration
|
2016-10-16 01:41:20 +02:00 |
pbkdf2.c
|
Faster PBKDF2 by reusing intermediate results.
|
2016-07-13 22:17:23 +02:00 |
pbkdf2.h
|
Faster PBKDF2 by reusing intermediate results.
|
2016-07-13 22:17:23 +02:00 |
rand.c
|
fix build on _WIN32
|
2015-12-14 22:50:28 +01:00 |
rand.h
|
fix /dev/urandom problem
|
2015-05-04 19:53:06 +02:00 |
README.md
|
fix typo in readme
|
2017-03-31 01:36:29 +02:00 |
rfc6979.c
|
split rfc6979 from ecdsa into separate module
|
2017-04-03 20:58:53 +02:00 |
rfc6979.h
|
split rfc6979 from ecdsa into separate module
|
2017-04-03 20:58:53 +02:00 |
ripemd160.c
|
extract block size and digest size as macros in ripemd160
|
2016-11-01 16:32:44 +01:00 |
ripemd160.h
|
extract block size and digest size as macros in ripemd160
|
2016-11-01 16:32:44 +01:00 |
script.c
|
add script parsing functions
|
2016-05-16 14:45:09 +02:00 |
script.h
|
add script parsing functions
|
2016-05-16 14:45:09 +02:00 |
secp256k1.c
|
ed25519 support
|
2016-04-22 18:21:58 +02:00 |
secp256k1.h
|
ed25519 support
|
2016-04-22 18:21:58 +02:00 |
secp256k1.table
|
Add support for NIST256P1 elliptic curve
|
2015-06-26 10:33:14 +03:00 |
setup.py
|
Add Python tests for Curve25519 ECDH
|
2016-10-15 15:38:23 +03:00 |
sha2.c
|
sha1: fix context zeroing
|
2016-11-06 16:02:10 +01:00 |
sha2.h
|
sha2: import SHA1 implementation
|
2016-11-05 15:14:37 +01:00 |
sha3.c
|
add blake2s, add unittests for blake2s and sha3
|
2016-11-01 16:22:20 +01:00 |
sha3.h
|
use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions
|
2017-03-20 20:20:14 +01:00 |
test_curves.py
|
fix build
|
2017-03-30 15:07:29 +02:00 |
test_speed.c
|
Fixing C test of optimized bip32
|
2017-04-11 16:59:29 +02:00 |
test-openssl.c
|
remove unused macros in test-openssl.c
|
2016-10-24 20:39:55 +02:00 |
tests.c
|
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
|
2017-04-21 13:42:58 +02:00 |