Fingerprint verification

Every published version is sealed with the SHA-256 fingerprint of its PDF. That is what evidences the exact bytes each person accepted: the consent record stores this same fingerprint, and a PDF that does not reproduce it is not the document that was signed.

To check it, download the PDF and compute its fingerprint: sha256sum <file> on Linux, shasum -a 256 <file> on macOS or certutil -hashfile <file> SHA256 on Windows.