Commit Graph

298 Commits (master)

Author SHA1 Message Date
cohcho fe92fa1391 [randomx] Add missing randomx_vm_set_cache()
4 years ago
Howard Chu c361303184
Silence miner debugmsg spam
5 years ago
Bert Peters b2ad757f48 Replace memset with memwipe.
5 years ago
tevador ea813cfb1b RandomX: update to v1.1.4
5 years ago
Howard Chu f54301dd75
Fix for miners on reorg
5 years ago
Howard Chu 2675cf4483
Update to RandomX v1.1.3, simplify
5 years ago
Howard Chu 1c600a492f
Fix randomx cache selection for RPCs
5 years ago
Howard Chu 81c2ad6d5b
RandomX integration
5 years ago
luigi1111 ee6e849627
Merge pull request #5877
5 years ago
Lev Sizov 928f4be953 Make null hash constants constexpr
5 years ago
moneromooo-monero 54fd97ae3f
slow-hash: fix CNv2+ on big endian
5 years ago
Lev Sizov 4ad191ffa9 Removed unused boost/value_init header
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
luigi1111 8f6f674753
Merge pull request #5609
5 years ago
moneromooo-monero 1dc3b1a516
wallet: add --extra-entropy command line flag
5 years ago
luigi1111 0a42fddde4
Merge pull request #5807
5 years ago
luigi1111 8956e90c63
Merge pull request #5731
5 years ago
Sarang Noether 4b1df4e50f Fix for biased signature nonce
5 years ago
luigi1111 bb37e434fc
Merge pull request #5624
5 years ago
luigi1111 e3de4aa68b
Merge pull request #5502
5 years ago
moneromooo-monero c2238327d0
keccak: guard against misaligned memory accesses on ARM
5 years ago
selene c393e824d6 CryptonightR_JIT: fix return value on error
5 years ago
moneromooo-monero 0564da5fdc
ensure no NULL is passed to memcpy
5 years ago
moneromooo-monero a00cabd4f3
tree-hash: allocate variable memory on heap, not stack
5 years ago
Your Name 6b41bd8eb5 Delete more include string.h
5 years ago
moneromooo-monero 1a66a86f94
remove unused code
5 years ago
stoffu a2195b9b7f
crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)
5 years ago
Nathan Dorfman 9f49722c4d Fix build on FreeBSD
5 years ago
Riccardo Spagni 6c0c7d796d
Merge pull request #5252
5 years ago
Riccardo Spagni 39107e18d5
Merge pull request #5251
5 years ago
Riccardo Spagni 56feda84d3
Merge pull request #5250
5 years ago
Riccardo Spagni f9b1c4f962
Merge pull request #5213
5 years ago
Riccardo Spagni 48e3a341f8
Merge pull request #5211
5 years ago
moneromooo-monero efb2bdd309
slow-hash: default to JIT on x86_64
5 years ago
Dusan Klinec d74d26f2c9
crypto: hmac_keccak added
5 years ago
Riccardo Spagni c3de019f56
Merge pull request #5192
5 years ago
moneromooo-monero 7ac3334217
slow-hash: cache TLS references locally once at function start
5 years ago
moneromooo-monero 7632dede7b
crypto: fix PaX issue on NetBSD with CNv4 JIT
5 years ago
moneromooo-monero a48e49aa36
aesb: avoid stomping on an existing define on NetBSD
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero 108c625b3f
CryptonightR: define out i386/x86_64 specific code on other archs
5 years ago
moneromooo-monero 1b8757dddc
slow-hash: fix build on arm
5 years ago
moneromooo-monero 0de14396b9
tests: add a CNv4 JIT test
5 years ago
moneromooo-monero 24d281c324
crypto: plug CNv4 JIT into cn_slow_hash
5 years ago
moneromooo-monero 78ab59ea44
crypto: clear cache after generating random program
5 years ago
SChernykh fff23bf7c6
CNv4 JIT compiler for x86-64 and tests
5 years ago
moneromooo-monero 7d88d8f27c
discontinue use of alloca
5 years ago
SChernykh f1fb06b137 Fixed path to int-util.h
5 years ago
SChernykh 9da0892b10 Adding cnv4-2 tweaks
5 years ago
SChernykh f51397b306 Cryptonight variant 4 aka CryptonightR
5 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
xiphon 2a48c2a286
slow-hash: some more big endian fixes
6 years ago
moneromooo-monero b39fdf8ebe
slow-hash: fix for big endian
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
Riccardo Spagni 92c5a892b5
Merge pull request #4757
6 years ago
Riccardo Spagni 8ba3f89b44
Merge pull request #4755
6 years ago
Riccardo Spagni 267b5d8807
Merge pull request #4711
6 years ago
xiphon 42d8d5085e crypto: fix AES encryption on big endian
6 years ago
moneromooo-monero db24a2e509
hash: fix hash_permutation on big endian
6 years ago
xiphon ba0faae789 crypto: fixed groestl on big-endian platforms
6 years ago
Pol Mauri c4fbfd786a Small function declaration cleanup in slow-hash.c
6 years ago
xiphon ed36335c96 crypto: fixed incremental keccak API on big-endian platforms
6 years ago
Riccardo Spagni 2ec0d780c4
Merge pull request #4449
6 years ago
Riccardo Spagni fb47963e09
Merge pull request #4404
6 years ago
Lee Clagett f3cd51a12b cryptonote tweak v2.2
6 years ago
Riccardo Spagni aa1d321e5f
Merge pull request #4395
6 years ago
Riccardo Spagni df98bc50a6
Merge pull request #4357
6 years ago
Alexandro Sanchez 9bf0105e25 Fixed Keccak implementation on big-endian platforms
6 years ago
Riccardo Spagni 9f24e57dc2
Merge pull request #4326
6 years ago
thomasvaughan bcda7adcd4 NetBSD support
6 years ago
Riccardo Spagni e6d36c1701
Merge pull request #4219
6 years ago
moneromooo-monero 463434d1f7
more comprehensive test for ge_p3 comparison to identity/point at infinity
6 years ago
moneromooo-monero a4317e61b5
crypto: some paranoid checks in generate_signature/check_signature
6 years ago
moneromooo-monero 7434df1cc6
crypto: never return zero in random32_unbiased
6 years ago
moneromooo-monero 869b3bf824
bulletproofs: a few fixes from the Kudelski review
6 years ago
moneromooo-monero 1b867e7f40
precalc the ge_p3 representation of H
6 years ago
Riccardo Spagni f0ab4dc7b2
Merge pull request #4218
6 years ago
SChernykh 5fd83c13fb Cryptonight variant 2
6 years ago
moneromooo-monero 8501b8dffb
crypto_ops_builder: link to EdDSA/Ed25519 draft RFC
6 years ago
luigi1111 e4378ed8aa
Merge pull request #4259
6 years ago
moneromooo-monero d2e26c23f3
add and use constant time 32 byte equality function
6 years ago
moneromooo-monero ab74dc277a
crypto: make secret_key automatically mlock
6 years ago
luigi1111 5295e4eb82
Merge pull request #4137
6 years ago
Dusan Klinec 4e081001c0
Incremental Keccak API added
6 years ago
stoffu bcab579864
wallet: allow adjusting number of rounds for the key derivation function
6 years ago
luigi1111 3fde902394
Merge pull request #4097
6 years ago
moneromooo-monero 0496c7c91a
crypto: do not use boost::value_initialized to init null skey/pkey
6 years ago
luigi1111 326437c5ff
Merge pull request #4074
6 years ago
luigi1111 94ed562148
Merge pull request #4045
6 years ago
moneromooo-monero 63e342be84
crypto: move null_pkey/null_skey to the cpp file
6 years ago
moneromooo-monero 61caab8a8c
crypto: remove slight bias in key generation due to modulo
6 years ago
moneromooo-monero ef649f998d
crypto: remove unused unsafe random scalar generator
6 years ago
einsteinsfool 7cdd147da5 Changed URLs to HTTPS
6 years ago
moneromooo-monero 09f43b9a6b
crypto: add a README pointing to the SUPERCOP licence
6 years ago
luigi1111 b6eb7484d1
Merge pull request #3592
6 years ago
moneroexamples 9317bce9ca
crypto: more places needing fixing for GCC 8.1
6 years ago
moneromooo-monero 4a72d595a6
chacha: fix build with GCC 8.1
6 years ago
aivve b1a9e97b2d
slow-hash: fix memory leak for Windows /karbowanec#41
6 years ago
moneromooo-monero 90a16b119f
crypto: fix initialization order issue with random mutex
6 years ago