Rename RawKeyArray --> RawKey since it's not an 'array of raw keys'

This commit is contained in:
hashlag
2026-01-21 23:35:15 +03:00
parent 9e67a7e4f4
commit fa042e7abf
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ using namespace Chaos::Cipher::Des;
TEST(DesCryptTests, KeyScheduleTest)
{
Inner_::RawKeyArray key;
Inner_::RawKey key;
key[0] = 0b00010011;
key[1] = 0b00110100;