mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-10 07:08:35 +05:30
main file added
This commit is contained in:
11
src/Main.cpp
11
src/Main.cpp
@@ -7,9 +7,14 @@
|
|||||||
* The driver code
|
* The driver code
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <blowfish/blowfish.hpp>
|
#include "Utils.hpp"
|
||||||
#include <iostream>
|
using namespace MCPS;
|
||||||
int main(int argc, char const *argv[]) {
|
int main(int argc, char const *argv[]) {
|
||||||
std::cout << "Hello Encryption";
|
fileop start;
|
||||||
|
auto data = start.scan_current_directory();
|
||||||
|
|
||||||
|
for (auto d : data) {
|
||||||
|
d.second.print();
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user