diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
