aes
|
aes: update to newest version
|
2018-08-14 13:05:21 +02:00 |
chacha20poly1305
|
chacha20poly1305: header polution reduction
|
2018-08-22 13:28:00 +02:00 |
ed25519-donna
|
move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c (#177)
|
2018-09-03 16:22:35 +02:00 |
gui
|
|
|
monero
|
move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c (#177)
|
2018-09-03 16:22:35 +02:00 |
tests
|
drop float usage from pbkdf2
|
2018-09-05 12:38:57 +02:00 |
tools
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
.gitignore
|
move tests into tests/
|
2018-04-05 13:26:59 +02:00 |
.gitmodules
|
integrate Wycheproof tests
|
2018-07-16 14:27:18 +02:00 |
.travis.yml
|
integrate Wycheproof tests
|
2018-07-16 14:27:18 +02:00 |
address.c
|
address: fix ethereum address computation, chain_id is uint32
|
2018-06-27 16:53:18 +02:00 |
address.h
|
address: fix ethereum address computation, chain_id is uint32
|
2018-06-27 16:53:18 +02:00 |
AUTHORS
|
|
|
base32.c
|
|
|
base32.h
|
|
|
base58.c
|
xmr: monero crypto implemented, tests
|
2018-09-03 16:22:35 +02:00 |
base58.h
|
xmr: monero crypto implemented, tests
|
2018-09-03 16:22:35 +02:00 |
bignum.c
|
Reworked bn_format.
|
2018-04-05 09:24:41 +02:00 |
bignum.h
|
|
|
bip32.c
|
refactor cardano internal scalar functions
|
2018-09-05 12:59:37 +02:00 |
bip32.h
|
small changes to cardano due to last commit
|
2018-09-05 12:16:23 +02:00 |
bip39_english.h
|
bip39: use static modifier
|
2018-01-02 14:15:08 +01:00 |
bip39.c
|
replace cardano with v2 (#179)
|
2018-09-05 12:08:36 +02:00 |
bip39.h
|
Add Cardano currency support
|
2018-07-10 19:09:21 +02:00 |
blake2_common.h
|
|
|
blake2b.c
|
blake2b: add personal_len to blake2b_InitPersonal
|
2018-06-15 10:19:10 +02:00 |
blake2b.h
|
blake2s: add InitPersonal
|
2018-06-19 18:06:23 +02:00 |
blake2s.c
|
blake2s: add InitPersonal
|
2018-06-19 18:06:23 +02:00 |
blake2s.h
|
blake2s: add InitPersonal
|
2018-06-19 18:06:23 +02: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 |
cash_addr.c
|
cashaddr: fix whitespace
|
2018-05-22 16:55:37 +02:00 |
cash_addr.h
|
Added cashaddr support (#120)
|
2018-04-05 11:15:05 +02:00 |
check_mem.h
|
|
|
CONTRIBUTORS
|
|
|
curves.c
|
add smartcash curve (#176)
|
2018-08-30 12:02:42 +02:00 |
curves.h
|
add smartcash curve (#176)
|
2018-08-30 12:02:42 +02:00 |
ecdsa.c
|
refactor hashers, introduce HASHER_SHA2_RIPEMD160
|
2018-08-01 15:03:43 +02:00 |
ecdsa.h
|
Added cashaddr support (#120)
|
2018-04-05 11:15:05 +02:00 |
groestl_internal.h
|
Groestl hash cleanup
|
2018-04-23 16:15:59 +02:00 |
groestl.c
|
Groestl hash: remove even more dead code
|
2018-04-23 16:15:59 +02:00 |
groestl.h
|
Groestl hash: more cleanups
|
2018-04-23 16:15:59 +02:00 |
hasher.c
|
refactor hashers, introduce HASHER_SHA2_RIPEMD160
|
2018-08-01 15:03:43 +02:00 |
hasher.h
|
refactor hashers, introduce HASHER_SHA2_RIPEMD160
|
2018-08-01 15:03:43 +02:00 |
hmac.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
hmac.h
|
|
|
LICENSE
|
|
|
Makefile
|
move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c (#177)
|
2018-09-03 16:22:35 +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.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
|
refactor hashers, introduce HASHER_SHA2_RIPEMD160
|
2018-08-01 15:03:43 +02:00 |
nist256p1.h
|
|
|
nist256p1.table
|
|
|
options.h
|
ed25519: aA + bB double scalarmult added
|
2018-05-18 19:08:21 +02:00 |
pbkdf2.c
|
drop float usage from pbkdf2
|
2018-09-05 12:38:57 +02:00 |
pbkdf2.h
|
replace cardano with v2 (#179)
|
2018-09-05 12:08:36 +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.h
|
|
|
README.md
|
integrate Wycheproof tests
|
2018-07-16 14:27:18 +02:00 |
rfc6979.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
rfc6979.h
|
|
|
ripemd160.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
ripemd160.h
|
|
|
script.c
|
hasher: Replace hasher_Double with HASHER_*D
|
2018-04-03 18:28:06 +02:00 |
script.h
|
|
|
secp256k1.c
|
add smartcash curve (#176)
|
2018-08-30 12:02:42 +02:00 |
secp256k1.h
|
add smartcash curve (#176)
|
2018-08-30 12:02:42 +02:00 |
secp256k1.table
|
|
|
segwit_addr.c
|
Updated to latest from bech32 repository.
|
2017-11-03 18:49:19 +01:00 |
segwit_addr.h
|
|
|
setup.py
|
python: reformat python scripts using black
|
2018-07-16 14:38:09 +02:00 |
sha2.c
|
Adapted sha1 to match sha2 code.
|
2018-04-05 09:24:41 +02:00 |
sha2.h
|
|
|
sha3.c
|
introduce and use memzero instead of explicit_bzero
|
2018-01-18 15:18:09 +01:00 |
sha3.h
|
|
|