2021-12-05 22:40:36 +01:00
|
|
|
#pragma once
|
2021-12-05 15:47:31 +01:00
|
|
|
#include <iostream>
|
2021-12-05 22:40:36 +01:00
|
|
|
#include "Util.h"
|
|
|
|
#include "Feistel.h"
|
2021-12-05 17:50:17 +01:00
|
|
|
|
2021-12-05 15:47:31 +01:00
|
|
|
int main()
|
|
|
|
{
|
2021-12-05 19:26:58 +01:00
|
|
|
|
2021-12-05 22:40:36 +01:00
|
|
|
return 0;
|
2021-12-05 19:26:58 +01:00
|
|
|
}
|