summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-03-17 19:39:48 +0200
committerYuval Adam <_@yuv.al>2021-03-17 19:39:48 +0200
commit431d5833cc5f9cdf6cba4f6848933c7569f09303 (patch)
tree7c83f91a9325f2e44a7d2a901afb0a6ccc059a36
parentcc6d04b96944dbc17da498d17c4f36a9ea75b874 (diff)
Update README
-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