index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
slow-hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
chacha: call prehashed version explicitly as generate_chacha_key_prehashed
stoffu
2018-03-14
1
-11
/
+19
*
slow-hash: fix uint64 type typo
moneromooo-monero
2018-03-07
1
-1
/
+1
*
tweaks to the monerov1 cryptonight algorithm
Lee Clagett
2018-03-05
1
-16
/
+52
*
slow-hash: optimized version
SChernykh
2018-03-05
1
-4
/
+4
*
Monero Cryptonight variants, and add one for v7
moneromooo-monero
2018-03-05
1
-6
/
+47
*
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
2018-03-04
1
-3
/
+9
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
Fix building with -DARCH=default -DNO_AES=ON
moneromooo-monero
2017-10-06
1
-2
/
+2
*
Fix #1991 asm multiply again
Howard Chu
2017-06-08
1
-16
/
+13
*
Clean up ARMv8-a aes_expand_key()
hyc
2017-04-12
1
-24
/
+16
*
Silence warning about possibly uninitialized pointer
Guillaume LE VAILLANT
2017-03-25
1
-1
/
+1
*
Specify "524,288" iterations instead of "500,000"
darentuzi
2017-03-14
1
-5
/
+5
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
Fix compiler error about nested externs in slow_hash.c by moving declarations
NanoAkron
2017-02-13
1
-3
/
+3
*
Build wallet with Android NDK
MoroccanMalinois
2017-01-05
1
-1
/
+10
*
Preliminary support for DragonFly BSD
Antonio Huete Jimenez
2016-12-15
1
-1
/
+2
*
crypto: armv7: slow-hash: remove redundant source include
redfish
2016-09-18
1
-1
/
+0
*
Add ARMv8-A AES support
Howard Chu
2016-09-16
1
-42
/
+295
*
crypto,cmake: enable ASM mul impl on ARM; add cmake opt
redfish
2016-09-04
1
-3
/
+3
*
Merge pull request #846
Riccardo Spagni
2016-06-19
1
-5
/
+1
|
\
|
*
crypto: slow-hash: fix misleading indent
redfish
2016-05-18
1
-1
/
+1
|
*
crypto: slow-hash: remove unused hash list for ARM
redfish
2016-05-18
1
-4
/
+0
*
|
crypto: slow-hash: disable mul implemented in asm for ARM
redfish
2016-05-25
1
-2
/
+5
|
/
*
crypto: only check MONERO_USE_SOFTWARE_AES once
moneromooo-monero
2016-02-09
1
-5
/
+15
*
crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var
moneromooo-monero
2016-02-09
1
-1
/
+11
*
OpenBSD support for Monero.
me0wmix
2016-01-21
1
-1
/
+1
*
Fix arm asm
Howard Chu
2016-01-11
1
-23
/
+63
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-95
/
+95
*
Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...
Javier Smooth
2015-08-26
1
-1
/
+1
*
removed some gcc warnings. mainly unused variables.
roman
2015-08-23
1
-1
/
+0
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-0
/
+190
*
disable non-working optimized slow_hash on 32 bit intel
Javier Smooth
2015-04-13
1
-1
/
+1
*
no newline at end of file
Riccardo Spagni
2015-04-05
1
-1
/
+1
*
make fallback compatible with newer slow-hash
Riccardo Spagni
2015-01-28
1
-0
/
+12
*
added portable slow-hash, updated makefile targets, fixed readme
Riccardo Spagni
2015-01-27
1
-2
/
+152
*
fixed sse2 ifdef
Riccardo Spagni
2015-01-27
1
-2
/
+2
*
remove aes flag, detect no sse2
Riccardo Spagni
2015-01-27
1
-0
/
+2
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
capitalize Keccak everywhere
David G. Andersen
2014-10-06
1
-1
/
+1
*
typo fix - cryptonight, not cryptonote
David G. Andersen
2014-10-06
1
-1
/
+1
*
Fix comment start for two functions
David G. Andersen
2014-10-06
1
-2
/
+2
*
another typo fix
David G. Andersen
2014-10-05
1
-1
/
+1
*
fix typo
David G. Andersen
2014-10-05
1
-1
/
+1
*
More documentation
David G. Andersen
2014-10-05
1
-10
/
+63
*
initial doxygen commenting of the CryptoNight proof-of-work code
David G. Andersen
2014-10-05
1
-1
/
+85
*
More preprocessor fixes for slow-hash
Zachary Michaels
2014-09-15
1
-3
/
+3
*
Correct includes for mingw in slow-hash
Zachary Michaels
2014-09-15
1
-0
/
+8
*
Change Windows include to windows
Zachary Michaels
2014-09-15
1
-1
/
+1
*
mmap on FreeBSD doesn't have MAP_HUGETLB
fluffypony
2014-09-10
1
-1
/
+1
[next]