?? p5pad.h
字號:
/* Copyright 2003-2006, Voltage Security, all rights reserved.
*/
#include "vibecrypto.h"
#include "environment.h"
#include "base.h"
#include "libctx.h"
#include "algobj.h"
#include "pad.h"
#ifndef _P5_PAD_H
#define _P5_PAD_H
#ifdef __cplusplus
extern "C" {
#endif
/* Implements VPad.
*/
int VOLT_CALLING_CONV P5Pad VOLT_PROTO_LIST ((
VoltAlgorithmObject *obj,
VtRandomObject random,
Pointer padCtx,
unsigned char *block,
unsigned int inputLen,
unsigned int blockSize
));
/* Implements VUnpad.
*/
int VOLT_CALLING_CONV P5Unpad VOLT_PROTO_LIST ((
VoltAlgorithmObject *obj,
Pointer padCtx,
unsigned char *block,
unsigned int blockSize,
unsigned int *outputLen
));
#ifdef __cplusplus
}
#endif
#endif /* _P5_PAD_H */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -