Skip to content

Commit 95ba0f1

Browse files
committed
docs: clarify bigint-safe behavior requirement in algorithm implementation
1 parent 05c371e commit 95ba0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/algorithms.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Each algorithm folder under `source/algorithms/*/` contains at least:
3434
2. Errors thrown in TypeScript should be consistent with C error messages when the same input is given
3535
3. If checks or implementation require another implemented algorithm, import it as a TypeScript module and use it
3636
- `export async function prompt` for the CLI interaction
37+
- Use `bigint`-safe behavior consistently when expected by existing APIs
3738
- `main.c` implements the same algorithm in C, compiled to `main.wasm` for accelerated path when available
38-
- Use `bigint`-safe behavior consistently when expected by existing APIs
3939

4040
## Naming Conventions
4141

0 commit comments

Comments
 (0)