Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7zAesRegister.cpp « Crypto « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7debc7d11e3d3bf6e3b90ea69e8f83c5e785ae04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 7zAesRegister.cpp

#include "StdAfx.h"

#include "../Common/RegisterCodec.h"

#include "7zAes.h"

REGISTER_FILTER_E(7zAES,
    NCrypto::N7z::CDecoder(),
    NCrypto::N7z::CEncoder(),
    0x6F10701, "7zAES")