Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-10 | hs_pow: Replace libb2 dependency with hashx's internal blake2 | Micah Elizabeth Scott | |
This forgoes another external library dependency, and instead introduces a compatibility header so that interested parties (who already depend on equix, like hs_pow and unit tests) can use the implementation of blake2b included in hashx. Signed-off-by: Micah Elizabeth Scott <beth@torproject.org> | |||
2018-11-14 | Make "ext" participate in may_include. | Nick Mathewson | |
Also, resolve a circular dependency involving the use of lib/log by csiphash.c. |