Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ encrypt, decrypt } from
'../AffineCipher'
2
3
describe(
'Test Affine Cipher'
, () => {
4
it(
'Test - 1, Pass invalid input to encrypt function'
, () => {
Callers
nothing calls this directly
Calls
2
encrypt
Function · 0.90
decrypt
Function · 0.90
Tested by
no test coverage detected