Skip to content

Commit

Permalink
Update encryption.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hydy100 authored Aug 25, 2024
1 parent 0a998bd commit f6b3256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R3nzSkin/encryption.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#pragma pack(push, 4)
template <typename T>
class xor_value {
T xor_key;
T values_table[4];
bool xor_key_was_init{ 0 };
std::uint8_t bytes_xor_count;
std::uint8_t bytes_xor_count_8;
T xor_key;
std::uint8_t value_index{ 0 };
T values_table[4];
public:
T decrypt() noexcept
{
Expand Down

0 comments on commit f6b3256

Please sign in to comment.