diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-07-04 22:17:20 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-07-05 09:18:01 +0100 |
commit | 61caab8a8c8a4e4239216c861c4d1eba5bcfd76e (patch) | |
tree | be26e7581f6fecdbb62fbcf7b661bb8ac0ba254b /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4094 (diff) | |
download | monero-61caab8a8c8a4e4239216c861c4d1eba5bcfd76e.tar.xz |
crypto: remove slight bias in key generation due to modulo
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 6d79ba74b..06112d3ee 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -55,6 +55,7 @@ set(unit_tests_sources mul_div.cpp multisig.cpp parse_amount.cpp + random.cpp serialization.cpp sha256.cpp slow_memmem.cpp |