irawblockcipher.h

来自「BREW SDK 3.1。BREW应用程序的开发包。」· C头文件 代码 · 共 21 行

H
21
字号
#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 + =
减小字号Ctrl + -
显示快捷键?