This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
The following commit(s) were added to refs/heads/main by this push: new d943f8a prop327: Missing field due to typo d943f8a is described below
commit d943f8a3384c6479e2983078b936d2dd2d5630c4 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Jun 29 10:22:06 2022 -0400
prop327: Missing field due to typo
Signed-off-by: David Goulet dgoulet@torproject.org --- proposals/327-pow-over-intro.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/proposals/327-pow-over-intro.txt b/proposals/327-pow-over-intro.txt index fb58a7d..6bd89c4 100644 --- a/proposals/327-pow-over-intro.txt +++ b/proposals/327-pow-over-intro.txt @@ -207,7 +207,8 @@ Status: Draft This whole protocol starts with the service encoding the PoW parameters in the 'encrypted' (inner) part of the v3 descriptor. As follows:
- "pow-params" SP type SP seed-b64 SP expiration-time NL + "pow-params" SP type SP seed-b64 SP suggested-effort + SP expiration-time NL
[At most once]
tor-commits@lists.torproject.org