Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework cmake caching. | Vsevolod Stakhov | 2015-07-08 | 1 | -10/+18 |
* | Disable some siphash optimizations since they are too machine dependant. | Vsevolod Stakhov | 2015-04-09 | 1 | -4/+0 |
* | Add ssse3 version. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+3 |
* | Add AVX implementation generated by clang. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+1 |
* | Rework siphash internal API. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+3 |
* | Check for SSE3, SSSE3 and SSE4.1 instructions. | Vsevolod Stakhov | 2015-04-08 | 1 | -0/+3 |
* | Add reference implementation of siphash. | Vsevolod Stakhov | 2015-04-08 | 1 | -1/+4 |
* | Include directory in all cases. | Vsevolod Stakhov | 2015-02-13 | 1 | -2/+2 |
* | Eliminate mess with linking. | Vsevolod Stakhov | 2015-02-13 | 1 | -33/+17 |
* | Use optimized version of poly1305. | Vsevolod Stakhov | 2015-02-07 | 1 | -1/+10 |
* | Add platform detector based on cpuid. | Vsevolod Stakhov | 2015-02-06 | 1 | -1/+1 |
* | Add curve25519 and poly1305 by @agl / @floodyberry | Vsevolod Stakhov | 2015-02-06 | 1 | -1/+8 |
* | Add optimized versions of ChaCha20 by @floodyberry | Vsevolod Stakhov | 2015-02-06 | 1 | -1/+38 |
* | Start cryptobox library. | Vsevolod Stakhov | 2015-02-06 | 1 | -0/+20 |