Test extracted crypto function
crypto_test_harnessRun a supplied function against deterministic string inputs in a bounded Worker and VM context to validate cryptographic logic. Includes configurable timeout for controlled execution.
Instructions
Run a supplied function against deterministic string inputs in a bounded Worker and vm context. This is defense in depth, not a security sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| timeoutMs | No | ||
| testInputs | Yes | ||
| functionName | Yes |