fix LittleEndian, change endian.h version

This commit is contained in:
chertov 2014-02-05 09:14:07 +04:00
parent 9f0391e3f6
commit 728c1a9226
6 changed files with 98 additions and 212 deletions

View file

@ -1,3 +1,7 @@
#ifdef _WIN32
#define _CRT_SECURE_NO_WARNINGS // to use freopen
#endif
#include <iostream>
#include <thread>
#include <cryptopp/integer.h>