(n: bigint)
| 506 | ce.box(['RandomPrime', 24, 28]).evaluate().operator |
| 507 | ).toEqual('RandomPrime'); |
| 508 | }); |
| 509 | }); |
| 510 | |
| 511 | describe('large primes use the Miller-Rabin path (n ≥ 2^32)', () => { |
| 512 | const bn = (e: any[]) => BigInt(ce.box(e).evaluate().toString()); |
no test coverage detected