MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / AffineCipher.test.js

File AffineCipher.test.js

Ciphers/test/AffineCipher.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { encrypt, decrypt } from '../AffineCipher'
2
3describe('Test Affine Cipher', () => {
4 it('Test - 1, Pass invalid input to encrypt function', () => {

Callers

nothing calls this directly

Calls 2

encryptFunction · 0.90
decryptFunction · 0.90

Tested by

no test coverage detected