mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 12:24:08 -06:00
18 lines
220 B
C++
Executable File
18 lines
220 B
C++
Executable File
// 7zAesRegister.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../Common/RegisterCodec.h"
|
|
|
|
#include "7zAes.h"
|
|
|
|
namespace NCrypto {
|
|
namespace N7z {
|
|
|
|
REGISTER_FILTER_E(_7zAES,
|
|
CDecoder,
|
|
CEncoder,
|
|
0x6F10701, "7zAES")
|
|
|
|
}}
|