密钥互换加密算法dh算法.pdfVIP

  • 0
  • 0
  • 约1千字
  • 约 2页
  • 2023-02-16 发布于江苏
  • 举报
include stdio.h include stdlib.h include time.h unsigned long pow(int x,int y) { unsigned long r=1; int i; for(i=1;i=y;i++) { r=r*x; } return r; } void main { int n,a,b,t; unsigned long x,y,k,l; printf(请输入n 的值:);

文档评论(0)

1亿VIP精品文档

相关文档