Examples
Examples
Section titled “Examples”Sign a Digest
Section titled “Sign a Digest”curl -X POST /sign/digest \ -d '{"digest":"<base64>", "algorithm":"sha256"}'Verify a Signature
Section titled “Verify a Signature”curl -X POST /verify \ -d '{"digest":"<base64>", "signature":"<hex>"}'