icipher.h

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

H
27
字号
#ifndef ICIPHER_H
#define ICIPHER_H
/*======================================================
FILE:  ICipher.h

SERVICES:  Cipher Interface

DESCRIPTION: This file provides definitions for the ICipher interface 
made available to application developers. This is a standard header file
that must be included by all applications using the ICipher services.

The ICipher interface supports symmetric streaming and block ciphers.

Supported Interfaces:
ICipher - standard interface for for symmetric ciphers including
         stream and block ciphers.

CLASS IDs:
         AEEIID_CIPHER

   stream ciphers:
         see STREAM_CIPHER.bid
   
   block ciphers:
         see BLOCK_CIPHER.bid
               
        Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?