Rename Arc4 PRNG .hpp file appropriately

This commit is contained in:
hashlag
2025-08-26 00:01:37 +03:00
parent 1e6d964d26
commit b0f5367085
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "Cipher/Arc4/Arc4.hpp"
#include "Cipher/Arc4/Arc4Gen.hpp"
using namespace Chaos::Cipher::Arc4;