diff options
| author | Yuval Adam <_@yuv.al> | 2021-03-17 19:39:48 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-03-17 19:39:48 +0200 |
| commit | 431d5833cc5f9cdf6cba4f6848933c7569f09303 (patch) | |
| tree | 7c83f91a9325f2e44a7d2a901afb0a6ccc059a36 /README.md | |
| parent | cc6d04b96944dbc17da498d17c4f36a9ea75b874 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -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 |
