Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | Update copyright years | Matthias Schiffer | |
2015-01-14 | Add Android 4.1+ support. See doc/README-Android.md for build HOWTO. | Rick Lei | |
* Update CMake files to work with android-cmake * Use unix domain socket for communicating with Android GUI * May also run standalone but requires rooted Android device | |||
2014-05-29 | Document *everything* | Matthias Schiffer | |
2014-04-10 | Use #pragma once | Matthias Schiffer | |
2014-03-14 | Adjust copyright years | Matthias Schiffer | |
2013-12-26 | Change fastd_cpuid back to use inline assembly to support non-Linux systems ↵ | Matthias Schiffer | |
again | |||
2013-12-01 | Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12 | Matthias Schiffer | |
Public Domain implementations by D. J. Bernstein, see http://cr.yp.to/snuffle.html | |||
2013-11-29 | Use <cpuid.h> | Matthias Schiffer | |
fastd will segfault in valgrind otherwise (O_o) | |||
2013-11-29 | Compile with -std=c99 and restructure some code to ensure there is no ↵ | Matthias Schiffer | |
invalid aliasing (hopefully) | |||
2013-11-28 | Add CPUID function | Matthias Schiffer | |