Age | Commit message (Expand) | Author |
---|---|---|
2023-05-17 | fix stoeplitz_hash_h32. | David Gwynne |
2022-12-27 | Fix array bounds mismatch with clang 15 | Patrick Wildt |
2022-12-22 | provide stoeplitz_n32() | David Gwynne |
2021-02-24 | add support for hashing 64 and 32 bit numbers in host byte order. | David Gwynne |
2021-02-24 | white space tweak, no functional change | David Gwynne |
2021-02-24 | fix stoeplitz_n16 and stoeplitz_h16 | David Gwynne |
2021-02-21 | how about sticking to standard C. | Theo de Raadt |
2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. | David Gwynne |
2020-06-19 | let stoeplitz_to_key take a void * argument instead of uint8_t *. | David Gwynne |
2020-06-18 | Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip* | Theo Buehler |
2020-06-16 | Add a symmetric toeplitz implementation, with integration for nics. | David Gwynne |