| 1 | import { fermatPrimeCheck, modularExponentiation } from '../FermatPrimalityTest' |
| 2 | |
| 3 | describe('modularExponentiation', () => { |
| 4 | it('should give the correct output for all exponentiations', () => { |
nothing calls this directly
no test coverage detected