Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ XORCipher.test.js
File
XORCipher.test.js
Ciphers/test/XORCipher.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
XORCipher from
'../XORCipher'
2
3
describe(
'Testing XORCipher function'
, () => {
4
it(
'Test - 1, passing a non-string as an argument'
, () => {
Callers
nothing calls this directly
Calls
1
XORCipher
Function · 0.85
Tested by
no test coverage detected