Files
easy7zip/CPP/7zip/Crypto/MyAesReg.cpp
Igor Pavlov e24f7fba53 15.11
2016-05-28 00:16:57 +01:00

13 lines
219 B
C++

// MyAesReg.cpp
#include "StdAfx.h"
#include "../Common/RegisterCodec.h"
#include "MyAes.h"
REGISTER_FILTER_E(AES256CBC,
NCrypto::CAesCbcDecoder(32),
NCrypto::CAesCbcEncoder(32),
0x6F00181, "AES256CBC")