?? getkeys.h
字號:
/* Copyright 2003-2005, Voltage Security, all rights reserved.
*/
#ifndef _GET_KEYS_H_
#define _GET_KEYS_H_
#include "vibe.h"
#ifdef __cplusplus
extern "C" {
#endif
int BuildDsaKeyPair (
VtLibCtx libCtx,
VtMpIntCtx mpCtx,
VtRandomObject strongSeedRandom,
VtParameterObject dsaParamObj,
VtKeyObject *pubKey,
VtKeyObject *priKey
);
int GetFixedDsaParams (
VtLibCtx libCtx,
VtMpIntCtx mpCtx,
VtParameterObject *dsaParamObj
);
#ifdef __cplusplus
}
#endif
#endif //_GET_KEYS_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -