diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-26 08:55:34 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-26 08:55:34 +0800 |
commit | 9b9289d90dd92a0371ff646f408bddce961163c9 (patch) | |
tree | 2e989ddb0f8c51f213ffb2b5a298bee8b2b16003 | |
parent | Merge branch 'master' into irclog (diff) | |
parent | Tell them to base64-decode it (diff) | |
download | powxy-9b9289d90dd92a0371ff646f408bddce961163c9.tar.gz powxy-9b9289d90dd92a0371ff646f408bddce961163c9.tar.zst powxy-9b9289d90dd92a0371ff646f408bddce961163c9.zip |
Merge branch 'master' into irclogirclog-v0.1.84
-rw-r--r-- | challenge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html index 03c5988..c2f1762 100644 --- a/challenge.html +++ b/challenge.html @@ -24,7 +24,7 @@ </section> <section> - <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p> + <p>Find an nonce that, when appended to the following data (after base64 decoding it), results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p> <pre id="identifier">{{ .Identifier }}</pre> </section> |