index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
slow-hash.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
copyright: bump to 2024
copyCat
1
-1
/
+1
2023-01-16
Copyright: Update to 2023
mj-xmr
1
-1
/
+1
2022-03-04
Copyright: Update to 2022
mj-xmr
1
-1
/
+1
2021-11-09
Merge pull request #8031
luigi1111
1
-16
/
+54
2021-10-30
slow_hash: don't blow out Mac stack on ARM64
Howard Chu
1
-16
/
+54
2021-10-29
crypto: fix typo in ifdef
selsta
1
-1
/
+1
2021-10-10
ARMv8: detect AES support dynamically
Howard Chu
1
-35
/
+105
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2019-09-25
RandomX integration
Howard Chu
1
-7
/
+19
2019-09-04
slow-hash: fix CNv2+ on big endian
moneromooo-monero
1
-3
/
+3
2019-07-24
Merge pull request #5624
luigi1111
1
-1
/
+0
2019-06-11
Delete more include string.h
Your Name
1
-1
/
+0
2019-04-29
remove unused code
moneromooo-monero
1
-1
/
+0
2019-03-21
Merge pull request #5252
Riccardo Spagni
1
-27
/
+31
2019-03-21
Merge pull request #5251
Riccardo Spagni
1
-9
/
+11
2019-03-21
slow-hash: default to JIT on x86_64
moneromooo-monero
1
-1
/
+1
2019-03-07
slow-hash: cache TLS references locally once at function start
moneromooo-monero
1
-27
/
+31
2019-03-07
crypto: fix PaX issue on NetBSD with CNv4 JIT
moneromooo-monero
1
-9
/
+11
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2019-03-05
slow-hash: fix build on arm
moneromooo-monero
1
-25
/
+29
2019-03-04
tests: add a CNv4 JIT test
moneromooo-monero
1
-7
/
+8
2019-03-04
crypto: plug CNv4 JIT into cn_slow_hash
moneromooo-monero
1
-1
/
+93
2019-02-14
Fixed path to int-util.h
SChernykh
1
-1
/
+1
2019-02-14
Adding cnv4-2 tweaks
SChernykh
1
-36
/
+76
2019-02-14
Cryptonight variant 4 aka CryptonightR
SChernykh
1
-7
/
+57
2018-12-04
move int-util.h to epee
moneromooo-monero
1
-1
/
+1
2018-11-16
slow-hash: some more big endian fixes
xiphon
1
-6
/
+6
2018-11-16
slow-hash: fix for big endian
moneromooo-monero
1
-20
/
+21
2018-10-23
Small function declaration cleanup in slow-hash.c
Pol Mauri
1
-5
/
+2
2018-09-29
Merge pull request #4449
Riccardo Spagni
1
-2
/
+41
2018-09-22
cryptonote tweak v2.2
Lee Clagett
1
-0
/
+20
2018-09-14
Merge pull request #4326
Riccardo Spagni
1
-1
/
+1
2018-09-11
NetBSD support
thomasvaughan
1
-1
/
+1
2018-09-09
Cryptonight variant 2
SChernykh
1
-54
/
+198
2018-06-23
Changed URLs to HTTPS
einsteinsfool
1
-2
/
+2
2018-04-24
slow-hash: fix memory leak for Windows /karbowanec#41
aivve
1
-1
/
+1
2018-03-14
chacha: call prehashed version explicitly as generate_chacha_key_prehashed
stoffu
1
-11
/
+19
2018-03-07
slow-hash: fix uint64 type typo
moneromooo-monero
1
-1
/
+1
2018-03-05
tweaks to the monerov1 cryptonight algorithm
Lee Clagett
1
-16
/
+52
2018-03-05
slow-hash: optimized version
SChernykh
1
-4
/
+4
2018-03-05
Monero Cryptonight variants, and add one for v7
moneromooo-monero
1
-6
/
+47
2018-03-04
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
1
-3
/
+9
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2017-10-06
Fix building with -DARCH=default -DNO_AES=ON
moneromooo-monero
1
-2
/
+2
2017-06-08
Fix #1991 asm multiply again
Howard Chu
1
-16
/
+13
2017-04-12
Clean up ARMv8-a aes_expand_key()
hyc
1
-24
/
+16
2017-03-25
Silence warning about possibly uninitialized pointer
Guillaume LE VAILLANT
1
-1
/
+1
2017-03-14
Specify "524,288" iterations instead of "500,000"
darentuzi
1
-5
/
+5
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-02-13
Fix compiler error about nested externs in slow_hash.c by moving declarations
NanoAkron
1
-3
/
+3
2017-01-05
Build wallet with Android NDK
MoroccanMalinois
1
-1
/
+10
2016-12-15
Preliminary support for DragonFly BSD
Antonio Huete Jimenez
1
-1
/
+2
2016-09-18
crypto: armv7: slow-hash: remove redundant source include
redfish
1
-1
/
+0
2016-09-16
Add ARMv8-A AES support
Howard Chu
1
-42
/
+295
2016-09-04
crypto,cmake: enable ASM mul impl on ARM; add cmake opt
redfish
1
-3
/
+3
2016-06-19
Merge pull request #846
Riccardo Spagni
1
-5
/
+1
2016-05-25
crypto: slow-hash: disable mul implemented in asm for ARM
redfish
1
-2
/
+5
2016-05-18
crypto: slow-hash: fix misleading indent
redfish
1
-1
/
+1
2016-05-18
crypto: slow-hash: remove unused hash list for ARM
redfish
1
-4
/
+0
2016-02-09
crypto: only check MONERO_USE_SOFTWARE_AES once
moneromooo-monero
1
-5
/
+15
2016-02-09
crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var
moneromooo-monero
1
-1
/
+11
2016-01-21
OpenBSD support for Monero.
me0wmix
1
-1
/
+1
2016-01-11
Fix arm asm
Howard Chu
1
-24
/
+64
2015-12-31
updated copyright year
Riccardo Spagni
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-95
/
+95
2015-08-26
Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...
Javier Smooth
1
-1
/
+1
2015-08-23
removed some gcc warnings. mainly unused variables.
roman
1
-1
/
+0
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+190
2015-04-13
disable non-working optimized slow_hash on 32 bit intel
Javier Smooth
1
-1
/
+1
2015-04-05
no newline at end of file
Riccardo Spagni
1
-1
/
+1
2015-01-28
make fallback compatible with newer slow-hash
Riccardo Spagni
1
-0
/
+12
2015-01-27
added portable slow-hash, updated makefile targets, fixed readme
Riccardo Spagni
1
-2
/
+152
2015-01-27
fixed sse2 ifdef
Riccardo Spagni
1
-2
/
+2
2015-01-27
remove aes flag, detect no sse2
Riccardo Spagni
1
-0
/
+2
2015-01-02
year updated in license
Riccardo Spagni
1
-1
/
+1
2014-10-06
capitalize Keccak everywhere
David G. Andersen
1
-1
/
+1
2014-10-06
typo fix - cryptonight, not cryptonote
David G. Andersen
1
-1
/
+1
2014-10-06
Fix comment start for two functions
David G. Andersen
1
-2
/
+2
2014-10-05
another typo fix
David G. Andersen
1
-1
/
+1
2014-10-05
fix typo
David G. Andersen
1
-1
/
+1
2014-10-05
More documentation
David G. Andersen
1
-10
/
+63
2014-10-05
initial doxygen commenting of the CryptoNight proof-of-work code
David G. Andersen
1
-1
/
+85
2014-09-15
More preprocessor fixes for slow-hash
Zachary Michaels
1
-3
/
+3
2014-09-15
Correct includes for mingw in slow-hash
Zachary Michaels
1
-0
/
+8
2014-09-15
Change Windows include to windows
Zachary Michaels
1
-1
/
+1
2014-09-10
mmap on FreeBSD doesn't have MAP_HUGETLB
fluffypony
1
-1
/
+1
2014-07-23
License updated to BSD 3-clause
fluffypony
1
-3
/
+29
2014-07-01
Remove unused array in cn_slow_hash
Zachary Michaels
1
-1
/
+0
2014-06-19
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+5
2014-06-16
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-1
/
+8
2014-06-16
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-110
/
+288
2014-05-21
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-117
/
+223
2014-05-17
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-14
/
+18
2014-05-07
Update slow-hash.c
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-6
/
+4
2014-03-03
moved all stuff to github
Antonio Juarez
1
-0
/
+153