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,5 +1,5 @@
#ifndef CHAOS_CIPHER_ARC4_HPP
#define CHAOS_CIPHER_ARC4_HPP
#ifndef CHAOS_CIPHER_ARC4GEN_HPP
#define CHAOS_CIPHER_ARC4GEN_HPP
#include <array>
#include <cstdint>