getkeys.h

来自「IBE是一种非对称密码技术」· C头文件 代码 · 共 32 行

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