Renamed cipher class

This commit is contained in:
Leonetienne
2021-12-06 01:38:43 +01:00
parent 65f80b5d2d
commit fbead384e2
8 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <iostream>
#include "Util.h"
#include "FeistelMan.h"
#include "GhettoCipher.h"
int main()
{
@@ -11,7 +11,7 @@ int main()
// Prepare cipher
FeistelMan feistel("Password yo");
GhettoCipher feistel("Password yo");
// Encrypt