Commit Graph

73 Commits (c40ab9b5be9b0dec72fa5adbcc45a24ef56ef7fa)

Author SHA1 Message Date
SChernykh 38c49b7a35
More fixes for big-endian machines and pointer aliasing
5 years ago
SChernykh 870b4138a6
Cryptonight variant 4 aka CryptonightR
5 years ago
binaryFate 64c7ced3ed
Update 2019 copyright
5 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
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
Pol Mauri c4fbfd786a Small function declaration cleanup in slow-hash.c
6 years ago
Riccardo Spagni 2ec0d780c4
Merge pull request #4449
6 years ago
Lee Clagett f3cd51a12b cryptonote tweak v2.2
6 years ago
Riccardo Spagni 9f24e57dc2
Merge pull request #4326
6 years ago
thomasvaughan bcda7adcd4 NetBSD support
6 years ago
SChernykh 5fd83c13fb Cryptonight variant 2
6 years ago
einsteinsfool 7cdd147da5 Changed URLs to HTTPS
6 years ago
aivve b1a9e97b2d
slow-hash: fix memory leak for Windows /karbowanec#41
6 years ago
stoffu 7dfa5e9e6e
chacha: call prehashed version explicitly as generate_chacha_key_prehashed
6 years ago
moneromooo-monero 04a0cc89cf
slow-hash: fix uint64 type typo
6 years ago
Lee Clagett e136bc6b8a
tweaks to the monerov1 cryptonight algorithm
6 years ago
SChernykh d58c9ec99c
slow-hash: optimized version
6 years ago
moneromooo-monero 608fd6f14a
Monero Cryptonight variants, and add one for v7
6 years ago
cslashm e745c1e38d Code modifications to integrate Ledger HW device into monero-wallet-cli.
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 27fdaaa409
Fix building with -DARCH=default -DNO_AES=ON
7 years ago
Howard Chu 1dd524151d
Fix #1991 asm multiply again
7 years ago
hyc a467321800 Clean up ARMv8-a aes_expand_key()
7 years ago
Guillaume LE VAILLANT 93b32892f7 Silence warning about possibly uninitialized pointer
7 years ago
darentuzi 585c917691 Specify "524,288" iterations instead of "500,000"
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
NanoAkron 67693415ff
Fix compiler error about nested externs in slow_hash.c by moving declarations
7 years ago
MoroccanMalinois 80abc3bc4a Build wallet with Android NDK
8 years ago
Antonio Huete Jimenez b00da61eab Preliminary support for DragonFly BSD
8 years ago
redfish 54010b97b4 crypto: armv7: slow-hash: remove redundant source include
8 years ago
Howard Chu 69b59186f3
Add ARMv8-A AES support
8 years ago
redfish 24d93370ad crypto,cmake: enable ASM mul impl on ARM; add cmake opt
8 years ago
Riccardo Spagni ba61f37f9c
Merge pull request #846
8 years ago
redfish 95be58ef0e crypto: slow-hash: disable mul implemented in asm for ARM
8 years ago
redfish 21dbc95b47 crypto: slow-hash: fix misleading indent
8 years ago
redfish 70f363401b crypto: slow-hash: remove unused hash list for ARM
8 years ago
moneromooo-monero c7e6b77395
crypto: only check MONERO_USE_SOFTWARE_AES once
8 years ago
moneromooo-monero 74aef213fe
crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var
8 years ago
me0wmix 28f95eb001 OpenBSD support for Monero.
8 years ago
Howard Chu 8ce12a978e Fix arm asm
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
Javier Smooth b19456dc6d Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabling it was unintentional)
9 years ago
roman 59cc92b388 removed some gcc warnings. mainly unused variables.
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e5d2680094 ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
9 years ago
Javier Smooth 1b19ee040f disable non-working optimized slow_hash on 32 bit intel
9 years ago
Riccardo Spagni b2b612794d
no newline at end of file
9 years ago
Riccardo Spagni 3ece1584f0
make fallback compatible with newer slow-hash
9 years ago
Riccardo Spagni 9b3673a54c
added portable slow-hash, updated makefile targets, fixed readme
9 years ago