RSA加密解密算法C语言代码.docVIP

  • 57
  • 0
  • 约2万字
  • 约 30页
  • 2020-04-24 发布于四川
  • 举报
#includestdio.h #includestring.h #include stdlib.h #include time.h #include math.h #include malloc.h #define MAX 100 #define LEN sizeof(struct slink) void sub(int a[MAX],int b[MAX] ,int c[MAX] ); struct slink { int bignum[MAX]; /*bignum[98]用来标记正负号,1正,0负bignum[99]来标记实际长度*/ struct slink *

文档评论(0)

1亿VIP精品文档

相关文档