monero/src/crypto
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero)
2e3e90ac pass large parameters by const ref, not value (moneromooo-monero)
61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero)
9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero)
8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero)
9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero)
24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero)
f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero)
c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero)
fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero)
03887f11 keccak: fix sanity check bounds test (moneromooo-monero)
ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero)
bece67f9 miner: restore std::cout precision after modification (moneromooo-monero)
1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
2018-02-16 14:26:58 +01:00
..
crypto_ops_builder Update 2018 copyright 2018-01-26 10:03:20 -05:00
aesb.c Replace tabs with two spaces for consistency with rest of codebase 2015-12-15 06:22:06 -08:00
blake256.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
blake256.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
chacha.c Support building cncrypto lib with msvc 2018-01-25 13:00:45 -07:00
chacha.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
crypto-ops-data.c Merge pull request #3119 2018-01-27 17:24:42 -08:00
crypto-ops.c Merge pull request #3119 2018-01-27 17:24:42 -08:00
crypto-ops.h Merge pull request #3119 2018-01-27 17:24:42 -08:00
crypto.cpp Merge pull request #3187 2018-02-16 14:20:31 +01:00
crypto.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
generic-ops.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
groestl_tables.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
groestl.c use correct unsigned type 2015-08-23 21:10:24 +02:00
groestl.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash-extra-blake.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash-extra-groestl.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash-extra-jh.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash-extra-skein.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash-ops.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
hash.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
initializer.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
jh.c moved all stuff to github 2014-03-03 22:07:58 +00:00
jh.h moved all stuff to github 2014-03-03 22:07:58 +00:00
keccak.c Merge pull request #3226 2018-02-16 14:26:58 +01:00
keccak.h kaccak: remove unused return value 2017-11-11 11:20:48 +00:00
oaes_config.h Update oaes_config.h 2014-05-17 15:39:46 -07:00
oaes_lib.c Support building cncrypto lib with msvc 2018-01-25 13:00:45 -07:00
oaes_lib.h 0.8.8update 2014-05-25 13:06:40 -04:00
random.c Merge pull request #3187 2018-02-16 14:20:31 +01:00
random.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
skein_port.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
skein.c Changed to ..._HASHBITS everywhere for consistency 2016-10-29 14:59:06 +01:00
skein.h moved all stuff to github 2014-03-03 22:07:58 +00:00
slow-hash.c Update 2018 copyright 2018-01-26 10:03:20 -05:00
tree-hash.c Merge pull request #3180 2018-02-16 14:19:42 +01:00