Commit Graph

4 Commits

Author SHA1 Message Date
Jeffrey Walton
a0e21c77ae
Add LSH dynamic dispatch (PR #1032)
This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
2021-04-26 04:50:48 -04:00
Jeffrey Walton
8e63b121ae
Update documentation 2021-04-16 18:46:16 -04:00
Jeffrey Walton
54e2eae4f8
Use BLOCKSIZE constant in LSH base classes 2021-04-16 04:56:47 -04:00
Jeffrey Walton
11eee26d76
Add LSH-256 and LSH-512 hash functions (GH #1025, PR #1026)
Add South Korea's LSH-256 and LSH-512 families of hash functions.
2021-04-16 03:23:15 -04:00