10 lines
137 B
C++
10 lines
137 B
C++
#ifndef CHAOS_CIPHER_ARC4_HPP
|
|
#define CHAOS_CIPHER_ARC4_HPP
|
|
|
|
namespace Chaos::Cipher::Arc4
|
|
{
|
|
|
|
} // namespace Chaos::Cipher::Arc4
|
|
|
|
#endif
|