mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 12:07:12 -06:00
16.00
This commit is contained in:
committed by
Kornel Lesiński
parent
c20d013055
commit
66ac98bb02
@@ -6,7 +6,11 @@
|
||||
|
||||
#include "MyAes.h"
|
||||
|
||||
namespace NCrypto {
|
||||
|
||||
REGISTER_FILTER_E(AES256CBC,
|
||||
NCrypto::CAesCbcDecoder(32),
|
||||
NCrypto::CAesCbcEncoder(32),
|
||||
CAesCbcDecoder(32),
|
||||
CAesCbcEncoder(32),
|
||||
0x6F00181, "AES256CBC")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user