⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getkeys.h

📁 IBE是一种非对称密码技术
💻 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 + -