dncurrency/nano/crypto_lib
Gustav Schauwecker 18308657b7
Fix: Allow block count > UINT32_MAX (#3979)
The method `ledger::hash_root_random()` required the block count to
fit into a uint32_t. This limit is too small to be future-proof. This
commit increases the limit to UINT64_MAX, so that it matches the other
places where block count is a uint64_t.
2022-10-27 12:27:54 +01:00
..
CMakeLists.txt Replace private_key uses with raw_key (#3110) 2021-03-05 12:13:44 +00:00
interface.cpp Remove unnecessary heap allocations during ed25519 hashing (#3040) 2020-11-06 19:57:23 +01:00
random_pool.cpp Fix: Allow block count > UINT32_MAX (#3979) 2022-10-27 12:27:54 +01:00
random_pool.hpp Fix: Allow block count > UINT32_MAX (#3979) 2022-10-27 12:27:54 +01:00
random_pool_shuffle.hpp Removing static mutex for the random pool and replacing the random pool with a thread_local version so it is thread safe. (#3408) 2021-07-29 13:10:29 +01:00
secure_memory.cpp Formatting workaround to make clang-format happy on OSX (#3467) 2021-09-22 18:05:18 +03:00
secure_memory.hpp Replace private_key uses with raw_key (#3110) 2021-03-05 12:13:44 +00:00