Age | Commit message (Expand) | Author |
---|---|---|
2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. | David Gwynne |
2020-09-01 | zap nasty whitespace | Theo Buehler |
2020-07-17 | Randomize the system stoeplitz key | Theo Buehler |
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-18 | The same simplification can be done a second time: widen the type, | Theo Buehler |
2020-06-18 | Now that the calls to stoeplitz_cache_entry() are out of the way, we can | Theo Buehler |
2020-06-18 | The next step is to use that we have cached the result of the matrix | Theo Buehler |
2020-06-17 | Remove some of the unnecessary complications in the calculation of the | Theo Buehler |
2020-06-16 | Add a symmetric toeplitz implementation, with integration for nics. | David Gwynne |