• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: RSA  KEY生成  

资源简介

EXP = 0x010001 len = 1024 接口函数 GetBigNumRsaKey 非原创 面向对象移植到C而已

资源截图

代码片段和文件信息

#ifdef VISUAL_TERM
#include 
#include 
#include 
#endif
#include “posmacro.h“
#include “BigIntC.h“
#include “vosapi.h“
#include “apiMacro.h“
#include “appApi.h“

//小素数表
const static int CPrimetable[550]=
{   3    5    7    11   13   17   19   23   29   31
    37   41   43   47   53   59   61   67   71   73
    79   83   89   97   101  103  107  109  113  127 
    131  137  139  149  151  157  163  167  173  179 
    181  191  193  197  199  211  223  227  229  233 
    239  241  251  257  263  269  271  277  281  283 
    293  307  311  313  317  331  337  347  349  353 
    359  367  373  379  383  389  397  401  409  419 
    421  431  433  439  443  449

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20653  2010-01-06 10:11  BigIntC.c

     文件       1484  2009-12-03 13:53  BigIntC.h

----------- ---------  ---------- -----  ----

                22137                    2


评论

共有 条评论