diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-26 08:55:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-26 08:55:24 +0800 |
commit | 24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2 (patch) | |
tree | 97055e0b9d0179e9d8c28e4bd31fde1dfee8cf65 | |
parent | 44, not 43 max len (diff) | |
download | powxy-24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2.tar.gz powxy-24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2.tar.zst powxy-24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2.zip |
Tell them to base64-decode itv0.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> |