Update src/core/operations/MultiTapCipherEncode.mjs
Co-authored-by: mt3571 <75119347+mt3571@users.noreply.github.com>
This commit is contained in:
parent
431e8494fc
commit
985aa50152
@ -55,7 +55,7 @@ class MultiTapCipherEncode extends Operation {
|
|||||||
if(i!=plaintext.length-1)
|
if(i!=plaintext.length-1)
|
||||||
ciphertext += delim;
|
ciphertext += delim;
|
||||||
}
|
}
|
||||||
return ciphertext.substring(0,ciphertext.length);
|
return ciphertext;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user