Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use libsodium instead of hand crafted crypto implementations | Vsevolod Stakhov | 2019-07-08 | 1 | -206/+0 |
| | |||||
* | [Fix] Don't use _memcpy in assembly | Vsevolod Stakhov | 2016-03-03 | 1 | -1/+6 |
| | |||||
* | [Feature] Add AVX2 version of siphash | Vsevolod Stakhov | 2016-03-03 | 1 | -0/+201 |
This version has been taken from the google code at https://github.com/google/highwayhash/ The final code is obtained by compiling c++ using clang-3.8 compiler. |