1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests/node_compat
Divy Srivastava 10012c2fe3
feat(ext/node): add crypto.checkPrime API (#18465)
Towards #18455 

This commit implements `checkPrimeSync` and `checkPrime` in node:crypto
using the Miller-Rabin primality test (fun fact: it actually is a test
for composite numbers)

It first compares the candidate against many known small primes and if
not, proceeds to run the Miller-Rabin primality test.
http://nickle.org/examples/miller-rabin.5c used as reference
implementation.
2023-03-28 10:56:38 +00:00
..
test feat(ext/node): add crypto.checkPrime API (#18465) 2023-03-28 10:56:38 +00:00
common.ts chore(tools): restore node compat test setup script (#18290) 2023-03-21 22:38:07 +09:00
config.json feat(ext/node): add crypto.checkPrime API (#18465) 2023-03-28 10:56:38 +00:00
import_map.json test: add node compat tests (#17805) 2023-02-17 23:58:52 +09:00
runner.ts test: add node compat tests (#17805) 2023-02-17 23:58:52 +09:00
test.ts chore(tools): restore node compat test setup script (#18290) 2023-03-21 22:38:07 +09:00