We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c371e commit 95ba0f1Copy full SHA for 95ba0f1
.github/instructions/algorithms.instructions.md
@@ -34,8 +34,8 @@ Each algorithm folder under `source/algorithms/*/` contains at least:
34
2. Errors thrown in TypeScript should be consistent with C error messages when the same input is given
35
3. If checks or implementation require another implemented algorithm, import it as a TypeScript module and use it
36
- `export async function prompt` for the CLI interaction
37
+ - Use `bigint`-safe behavior consistently when expected by existing APIs
38
- `main.c` implements the same algorithm in C, compiled to `main.wasm` for accelerated path when available
-- Use `bigint`-safe behavior consistently when expected by existing APIs
39
40
## Naming Conventions
41
0 commit comments