android_mt6572_jiabo/external/p7zip/CPP/7zip/Crypto/MyAesReg.cpp
2025-09-05 16:56:03 +08:00

16 lines
225 B
C++

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