Create basic file structure for Arc4 implementation
This commit is contained in:
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