check
Ground truth: a check you cannot run on yourself. check = 'json' (does this parse), 'sha256', 'base64', 'receipt' (is this one of our signed receipts), 'ed25519' (does this signature hold — also send public_key and signature), 'costas' (is this permutation a Costas array — every displacement vector between a pair of dots distinct), 'permutation'. Every check is a pure function of its input. It will NOT fetch a URL and will NOT run code, deliberately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | Yes | ||
| input | Yes | ||
| signature | No | ||
| public_key | No |