1
0
Fork 0
forked from lthn/blockchain
blockchain/src/crypto
2020-08-18 21:54:23 +02:00
..
blake2-impl.h improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
blake2.h improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
blake2b-ref.c improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
chacha8.c Moved sources to public repo 2018-12-27 18:50:45 +03:00
chacha8.h wallet: refactoring for cold-signing process + offline mode + watch-only mode (work in progress) 2019-04-03 12:48:09 +03:00
chacha8_stream.c Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
chacha8_stream.h Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
crypto-ops-data.c Moved sources to public repo 2018-12-27 18:50:45 +03:00
crypto-ops.c crypto: ge_scalarmult_p3 implemented (scalar multiplication returning point in ge_p3 format) 2020-02-14 01:57:31 +03:00
crypto-ops.h crypto: ge_scalarmult_p3 implemented (scalar multiplication returning point in ge_p3 format) 2020-02-14 01:57:31 +03:00
crypto.cpp seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
crypto.h seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
ecrypt-config.h Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
ecrypt-machine.h Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
ecrypt-portable.h Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
ecrypt-sync.h Implemented encryption stream 'sink' 2020-08-18 21:54:23 +02:00
generic-ops.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
hash-ops.h improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
hash.c Moved sources to public repo 2018-12-27 18:50:45 +03:00
hash.h improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
initializer.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
keccak.c Moved sources to public repo 2018-12-27 18:50:45 +03:00
keccak.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
random.c crypto: safety improvement: use PRNG manipulation from Boolberry, explicitly require USE_INSECURE_RANDOM_RPNG_ROUTINES defined for using it 2019-09-11 13:35:40 +03:00
random.h crypto: safety improvement: use PRNG manipulation from Boolberry, explicitly require USE_INSECURE_RANDOM_RPNG_ROUTINES defined for using it 2019-09-11 13:35:40 +03:00
tree-hash.c Moved sources to public repo 2018-12-27 18:50:45 +03:00