📄 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 + -