diff options
author | Micah Elizabeth Scott <beth@torproject.org> | 2023-04-11 16:45:21 -0700 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:41:37 -0700 |
commit | cba1ffb43a3ffff133a9dd6b4973e6ce3618daf9 (patch) | |
tree | f3fd7d0f82e8a3ccc73b9a22343b1b59ab415f18 /src/trunnel | |
parent | a13d7bd5e96765ac7c660415a498d9d9100ade62 (diff) | |
download | tor-cba1ffb43a3ffff133a9dd6b4973e6ce3618daf9.tar.gz tor-cba1ffb43a3ffff133a9dd6b4973e6ce3618daf9.zip |
hs_pow: swap out some comments
i think we're done with these?
and swap in a nonfatal assert to replace one of the comments.
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
Diffstat (limited to 'src/trunnel')
-rw-r--r-- | src/trunnel/hs/cell_introduce1.trunnel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trunnel/hs/cell_introduce1.trunnel b/src/trunnel/hs/cell_introduce1.trunnel index cf8a291c26..ed01bd6a7d 100644 --- a/src/trunnel/hs/cell_introduce1.trunnel +++ b/src/trunnel/hs/cell_introduce1.trunnel @@ -84,7 +84,7 @@ const TRUNNEL_EXT_TYPE_CC_REQUEST = 0x01; const TRUNNEL_EXT_TYPE_POW = 0x02; /* - * HRPR: PoW Solution Extension. Proposal 327. + * PoW Solution Extension. Proposal 327. */ const TRUNNEL_POW_NONCE_LEN = 16; |