summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf8e65d..6238663 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,8 @@ Assumed the signed JSON data (without any trailing whitespace) is in `data.json`
$ openssl dgst -binary -sha256 data.json > data.hash
```
+This redundant hash step should be skipped in case the `ct` value in the payload is equal to `2`.
+
Assuming the Base64-decoded signature bytes are in `sig.bin` we can now run:
```bash