Create basic file structure for Arc4 implementation
This commit is contained in:
9
Chaos/Cipher/Arc4.hpp
Normal file
9
Chaos/Cipher/Arc4.hpp
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#ifndef CHAOS_CIPHER_ARC4_HPP
|
||||||
|
#define CHAOS_CIPHER_ARC4_HPP
|
||||||
|
|
||||||
|
namespace Chaos::Cipher::Arc4
|
||||||
|
{
|
||||||
|
|
||||||
|
} // namespace Chaos::Cipher::Arc4
|
||||||
|
|
||||||
|
#endif
|
||||||
5
ChaosTests/Cipher/Arc4Tests.cpp
Normal file
5
ChaosTests/Cipher/Arc4Tests.cpp
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
#include "Cipher/Arc4.hpp"
|
||||||
|
|
||||||
|
using namespace Chaos::Cipher::Arc4;
|
||||||
Reference in New Issue
Block a user