aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* crypto: fix compile error: use named type in sizeofredfish2016-05-181-4/+5
| | | | | | | Btw, the warning 4200 remains disabled, but it did not get triggered (GCC 6.1.1, ARM). But, perhaps a better way than disabling the warning would be to do what is suggested here: http://stackoverflow.com/questions/3350852/how-to-correctly-fix-zero-sized-array-in-struct-union-warning-c4200-without%3E
* crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-151-1/+1
| | | | And add a thread safe version to encourage proper use
* Use boost::thread instead of std::threadHoward Chu2016-03-111-7/+6
| | | | and all other associated IPC
* OpenBSD support for Monero.me0wmix2016-01-211-1/+1
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* FreeBSD alloca.h reference fixedfluffypony2014-09-091-1/+6
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget2014-06-121-2/+17
| | | | implemented (but not tested\!)
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-121-0/+6
|
* moved all stuff to githubAntonio Juarez2014-03-031-12/+95
|
* crypto libamjuarez2013-11-151-0/+245