aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_pow.c
AgeCommit message (Expand)Author
2023-05-10hs_pow: use the compiled HashX implementationMicah Elizabeth Scott
2023-05-10hs_pow: Replace libb2 dependency with hashx's internal blake2Micah Elizabeth Scott
2023-05-10test_crypto: add blake2b test vectorsMicah Elizabeth Scott
2023-05-10hs_pow: Make proof-of-work support optional in configureMicah Elizabeth Scott
2023-05-10hs_pow_solve: use equix_solve more efficientlyMicah Elizabeth Scott
2023-05-10compute the client-side pow in a cpuworker threadRoger Dingledine
2023-05-10log_err is reserved for fatal failuresRoger Dingledine
2023-05-10bump up some log messages for easier debuggingRoger Dingledine
2023-05-10hs: Setup service side PoW defensesDavid Goulet
2023-05-10hs: Add solve and verify PoW functionsDavid Goulet