Age | Commit message (Expand) | Author | Files | Lines |
2017-12-25 | Add a chacha20 variant to go with chacha8 | moneromooo-monero | 3 | -17/+32 |
2017-12-16 | Scrub keys from memory just before scope end. | moneromooo-monero | 2 | -17/+10 |
2017-12-16 | Merge pull request #2860 | Riccardo Spagni | 1 | -2/+3 |
2017-12-07 | add a version of ge_double_scalarmult_precomp_vartime with A precomp | moneromooo-monero | 2 | -3/+9 |
2017-12-07 | sc_mul and sc_muladd | luigi1111 | 2 | -0/+654 |
2017-11-27 | use memwipe in a few relevant places | moneromooo-monero | 1 | -2/+3 |
2017-11-15 | Merge pull request #2771 | Riccardo Spagni | 2 | -4/+16 |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+5 |
2017-11-11 | kaccak: remove unused return value | moneromooo-monero | 2 | -4/+2 |
2017-11-07 | keccak: some paranoid "can't happen" checks | moneromooo-monero | 1 | -0/+14 |
2017-10-15 | Merge pull request #2583 | Riccardo Spagni | 1 | -2/+2 |
2017-10-07 | Subaddresses | kenshi84 | 2 | -41/+111 |
2017-10-06 | Fix building with -DARCH=default -DNO_AES=ON | moneromooo-monero | 1 | -2/+2 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 2 | -0/+35 |
2017-08-23 | crypto: use malloc instead of alloca | moneromooo-monero | 1 | -10/+9 |
2017-06-22 | crypto: moved boost::lock_guard into a smaller scope | stoffu | 1 | -4/+5 |
2017-06-22 | Signature proving payment to destination by only revealing key derivation, no... | stoffu | 2 | -0/+139 |
2017-06-08 | Fix #1991 asm multiply again | Howard Chu | 1 | -16/+13 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 1 | -3/+3 |
2017-04-12 | Clean up ARMv8-a aes_expand_key() | hyc | 1 | -24/+16 |
2017-04-03 | IOS CMAKE build settings | Jaquee | 1 | -1/+1 |
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 | 31 | -31/+31 |
2017-02-13 | Fix compiler error about nested externs in slow_hash.c by moving declarations | NanoAkron | 1 | -3/+3 |
2017-01-08 | Merge pull request #1510 | Riccardo Spagni | 3 | -4/+24 |
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 3 | -4/+24 |
2016-12-22 | cleaner log calc algorithm | fireice-uk | 1 | -20/+18 |
2016-12-15 | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 4 | -4/+6 |
2016-12-10 | oaes_lib: fix a leak on OOM error path | moneromooo-monero | 1 | -0/+3 |
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 1 | -1/+1 |
2016-10-29 | Changed to ..._HASHBITS everywhere for consistency | NanoAkron | 1 | -2/+2 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -2/+2 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -0/+5 |
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 | 2 | -3/+13 |
2016-08-28 | rct amount key modified as per luigi1111's recommendations | moneromooo-monero | 2 | -1/+6 |
2016-08-28 | crypto: error out where appropriate | moneromooo-monero | 1 | -2/+2 |
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 5 | -13/+35 |
2016-06-19 | Merge pull request #846 | Riccardo Spagni | 3 | -13/+6 |
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-05-18 | crypto: oaes_lib: remove unused _NR array | redfish | 1 | -4/+0 |
2016-05-18 | crypto: fix compile error: use named type in sizeof | redfish | 1 | -4/+5 |
2016-05-15 | crypto: make clear generate_random_bytes is not thread safe | moneromooo-monero | 4 | -4/+11 |
2016-04-24 | random: call abort(3) instead of assert in must_succeed macro | moneromooo-monero | 1 | -1/+1 |
2016-03-11 | minor tweaks, add readme for crypto_ops_builder | Riccardo Spagni | 3 | -4/+25 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 2 | -10/+10 |
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 | 4 | -9/+9 |
2016-01-11 | Fix arm asm | Howard Chu | 1 | -24/+64 |
2015-12-31 | updated copyright year | Riccardo Spagni | 30 | -30/+30 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 2 | -162/+162 |
2015-10-26 | renamed folder | Riccardo Spagni | 174 | -4830/+0 |
2015-08-26 | Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli... | Javier Smooth | 1 | -1/+1 |
2015-08-24 | Merge pull request #385 | Riccardo Spagni | 174 | -0/+23117 |
2015-08-24 | Merge pull request #383 | Riccardo Spagni | 2 | -3/+2 |
2015-08-23 | Added ref10 shen_ed25519_ref code, which includes code that can replace crypt... | ShenNoether | 174 | -0/+23117 |
2015-08-23 | revert to 776b4fc91a821be152f0f23e6873aabb78a72029 | ShenNoether | 1 | -0/+0 |
2015-08-23 | Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have... | ShenNoether | 1 | -0/+0 |
2015-08-23 | use correct unsigned type | roman | 1 | -1/+2 |
2015-08-23 | removed some gcc warnings. mainly unused variables. | roman | 2 | -3/+1 |
2015-08-22 | chacha8: add a key generation variant that take a pointer and size | moneromooo-monero | 1 | -2/+6 |
2015-08-09 | encrypted payment ids are now 64 bit, instead of 256 bit | moneromooo-monero | 1 | -0/+5 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 2 | -2/+200 |
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 | 26 | -26/+26 |
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+7 |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 1 | -9/+1 |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+79 |
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-28 | Merge with origin/master | Oran Juice | 1 | -4/+12 |
2014-09-23 | Moved mnemonics code to src/mnemonics | Oran Juice | 2 | -3446/+0 |
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-09-10 | Include sys/time.h on BSD | fluffypony | 1 | -0/+2 |
2014-09-10 | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 1 | -0/+28 |
2014-09-09 | more FreeBSD fixes | fluffypony | 1 | -2/+7 |
2014-09-09 | malloc.h reference fixed for FreeBSD | fluffypony | 1 | -2/+2 |
2014-09-09 | FreeBSD alloca.h reference fixed | fluffypony | 2 | -2/+12 |
2014-09-06 | Fix tree-hash cnt n^2. Asserts, comment. Squash2 | rfree2monero | 1 | -6/+48 |
2014-09-02 | fixed OS X malloc.h reference | fluffypony | 1 | -1/+4 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 26 | -57/+750 |
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-06-12 | stupid signed arithmetic. | Thomas Winget | 1 | -6/+3 |
2014-06-12 | more pointer-based derp | Thomas Winget | 2 | -3/+13 |
2014-06-12 | fixed some pointer- and loop-based derps | Thomas Winget | 1 | -1/+1 |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery implement... | Thomas Winget | 3 | -11/+26 |
2014-06-12 | missing '.at' on two map calls. built on some machines, very strange... | Thomas Winget | 1 | -2/+2 |
2014-06-12 | revert 'dirty hack' change to crypto.h. need a better way for sure. | Thomas Winget | 1 | -4/+1 |
2014-06-12 | compile issues, resolve later. commiting because switching machines | tom | 3 | -2/+83 |
2014-06-12 | most functions prototyped/modified for wallet recovery | Thomas Winget | 3 | -0/+3311 |
2014-05-25 | 0.8.8update | mydesktop | 2 | -13/+11 |
2014-05-21 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -117/+223 |
2014-05-17 | Create aesb.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+177 |
2014-05-17 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -14/+18 |
2014-05-17 | Update oaes_lib.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -24/+0 |
2014-05-17 | Update oaes_lib.h | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+26 |
2014-05-17 | Update oaes_config.h | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -3/+3 |
2014-05-07 | Update slow-hash.c | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+4 |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 1 | -0/+1 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 37 | -440/+6347 |
2013-11-15 | crypto lib | amjuarez | 11 | -0/+4627 |