summaryrefslogtreecommitdiff
path: root/lsh.h
Commit message (Collapse)AuthorAgeFilesLines
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-8/+23
| | | This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
* Update documentationJeffrey Walton2021-04-161-1/+31
|
* Use BLOCKSIZE constant in LSH base classesJeffrey Walton2021-04-161-18/+46
|
* Add LSH-256 and LSH-512 hash functions (GH #1025, PR #1026)Jeffrey Walton2021-04-161-0/+189
Add South Korea's LSH-256 and LSH-512 families of hash functions.