Refactored to feistel class

This commit is contained in:
Leonetienne
2021-12-05 22:40:36 +01:00
parent a6a7cb5c35
commit 2eb93c064c
11 changed files with 722 additions and 319 deletions

4
Config.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#define BLOCK_SIZE 128
#define N_ROUNDS 64