Files
2026-06-01 12:46:52 +02:00

12 lines
98 B
C

#pragma once
struct XAES_128_CBC_KEY
{
unsigned char byKey[16];
unsigned char byIV[16];
};