2
0
Fork 0
mirror of https://github.com/gchq/CyberChef synced 2025-03-14 05:46:56 +00:00
This commit is contained in:
Saee Biwalkar 2024-10-01 09:52:35 +05:30
parent d635cca210
commit ea67f796bd

View file

@ -8,7 +8,7 @@ import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
/**
* Vigenère Encode operation
* Vigenère Encode operation is done
*/
class VigenèreEncode extends Operation {