index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
hs
/
hs_pow.c
Age
Commit message (
Expand
)
Author
2023-05-28
hs_pow: Add CompiledProofOfWorkHash torrc option
Micah Elizabeth Scott
2023-05-28
hs_pow: Update for equix API to fix issue 40794
Micah Elizabeth Scott
2023-05-10
hs_pow: Modify challenge format, include blinded HS id
Micah Elizabeth Scott
2023-05-10
hs_pow: add per-circuit effort information to control port
Micah Elizabeth Scott
2023-05-10
hs_pow: fix error path with outdated assumption
Micah Elizabeth Scott
2023-05-10
hs_pow: faster hs_circuitmap lookup for rend in pow_worker_job_t
Micah Elizabeth Scott
2023-05-10
hs_pow: Lower several logs from notice to info
Micah Elizabeth Scott
2023-05-10
hs_pow: client side effort adjustment
Micah Elizabeth Scott
2023-05-10
hs_pow: leak fix, free the contents of pqueue entries in hs_pow_free_service_...
Micah Elizabeth Scott
2023-05-10
hs_pow: stop having a "minimum effort", and let PoW effort start low
Micah Elizabeth Scott
2023-05-10
hs_pow: Represent equix_solution as a byte array
Micah Elizabeth Scott
2023-05-10
hs_pow: Fix nonce cache entry leak
Micah Elizabeth Scott
2023-05-10
hs_pow: Define seed_head as uint8_t[4] instead of uint32_t
Micah Elizabeth Scott
2023-05-10
hs_pow: Don't require uint128_t
Micah Elizabeth Scott
2023-05-10
hs_pow: unswap byte order of seed_head field
Micah Elizabeth Scott
2023-05-10
hs_pow: use the compiled HashX implementation
Micah Elizabeth Scott
2023-05-10
hs_pow: Replace libb2 dependency with hashx's internal blake2
Micah Elizabeth Scott
2023-05-10
test_crypto: add blake2b test vectors
Micah Elizabeth Scott
2023-05-10
hs_pow: Make proof-of-work support optional in configure
Micah Elizabeth Scott
2023-05-10
hs_pow_solve: use equix_solve more efficiently
Micah Elizabeth Scott
2023-05-10
compute the client-side pow in a cpuworker thread
Roger Dingledine
2023-05-10
log_err is reserved for fatal failures
Roger Dingledine
2023-05-10
bump up some log messages for easier debugging
Roger Dingledine
2023-05-10
hs: Setup service side PoW defenses
David Goulet
2023-05-10
hs: Add solve and verify PoW functions
David Goulet