Compare crypto implementations
crypto_compareExecute two code implementations in separate sandboxed workers using identical test inputs, then compare their outputs for differences.
Instructions
Run two supplied implementations against identical inputs in separate bounded Workers and compare outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code1 | Yes | ||
| code2 | Yes | ||
| timeoutMs | No | ||
| testInputs | Yes | ||
| functionName | Yes |