GCrypt/main.cpp

11 lines
110 B
C++
Raw Normal View History

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 22:40:36 +01:00
return 0;
}