📄 irawblockcipher.h
字号:
#ifndef AEERAWBLOCKCIPHER_H
#define AEERAWBLOCKCIPHER_H
/*======================================================
FILE: IRawBlockCipher.h
SERVICES: Raw Block Cipher Interface
DESCRIPTION: This file provides definitions for the minimal interface
required for a block cipher implementation and made available to cipher developers.
IRawBlockCipher - minimum interface required for a block cipher. As long
as a block cipher supports at least this interface, the ICipherFactory and
ICipherWrapper classes can provide a full ICipher implementation.
The interface is required by the ICipherFactory in order to assemble
a complete cipher from the ICipher and ICipherWrapper wrapper classes.
CLASS IDs:
AEEIID_RAWBLOCKCIPHER
Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -