Include-statement cleanup
This commit is contained in:
parent
653f647fc6
commit
c621357097
@ -1,7 +1,6 @@
|
|||||||
#include "GhettoCryptWrapper.h"
|
#include "GhettoCryptWrapper.h"
|
||||||
#include "Cipher.h"
|
#include "Cipher.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
std::string GhettoCipher::GhettoCryptWrapper::EncryptString(const std::string& cleartext, const std::string& password)
|
std::string GhettoCipher::GhettoCryptWrapper::EncryptString(const std::string& cleartext, const std::string& password)
|
||||||
{
|
{
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <cstring>
|
||||||
#include "SecureBitset.h"
|
#include "SecureBitset.h"
|
||||||
#include "Block.h"
|
#include "Block.h"
|
||||||
#include "Flexblock.h"
|
#include "Flexblock.h"
|
||||||
#include "InitializationVector.h"
|
#include "InitializationVector.h"
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
namespace GhettoCipher
|
namespace GhettoCipher
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user