MCPcopy 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

1import XORCipher from '../XORCipher'
2
3describe('Testing XORCipher function', () => {
4 it('Test - 1, passing a non-string as an argument', () => {

Callers

nothing calls this directly

Calls 1

XORCipherFunction · 0.85

Tested by

no test coverage detected