From 431d5833cc5f9cdf6cba4f6848933c7569f09303 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 17 Mar 2021 19:39:48 +0200 Subject: Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3.1