代码搜索:hellman
找到约 349 项符合「hellman」的源代码
代码结果 349
www.eeworm.com/read/459360/7276777
txt diffie-hellman.txt
在http://en.wikipedia.org/wiki/Diffie-<mark>Hellman</mark>上面给出了这个密钥交换协议的历史,原理,重要文献的链接,以及演示代码。它的数学基础就是离散对数这个数学难题。用它进行密钥交换的过程简述如下:
选取两个大数p和g并公开,其中p是一个素数,g是p的一个模p本原单位根(primitive root module p),所谓本原单位根就是指在模p乘法运算下 ...
www.eeworm.com/read/323668/13327149
c diffie-hellman.c
www.eeworm.com/read/264199/11325928
doc diffie-hellman.doc
www.eeworm.com/read/258878/11835383
txt diddie-hellman.txt
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
public class DU {
JFrame f;
JTextField t1;
JTextField t2;
JTextField t3;
JTextField t4;
JTextF
www.eeworm.com/read/356518/3041110
plo diffie_hellman.plo
diffie_hellman.lo .libs/diffie_hellman.o: diffie_hellman.cc \
../../config.h \
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/string \
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../..
www.eeworm.com/read/335210/12545519
vbs diffie-hellman.vbs
'------------------------------------------------------------------
' Diffie-Hellman Key Exchange Script
'-----------------------------------
'
' This VBScript code shows an example of Diffie-Hell
www.eeworm.com/read/335210/12545545
js diffie-hellman.js
///////////////////////////////////////////////////////////////////
// Diffie-Hellman Key Exchange Script
// ----------------------------------
//
// This JScript code shows an example of Diffie-H
www.eeworm.com/read/200922/15420063
cpp pohlig_hellman.cpp
#include
#include
#include
//typedef __int64 int;
//数字转换为二进制数
int num_to_bit(int x,int A[]){
int B[20];
int mul=2;
int j=0;
while(x!=0){
B[j]=x%mul;
x
www.eeworm.com/read/357711/10202576
txt diffie-hellman算法源代码.txt
www.eeworm.com/read/185622/9022724
txt rfc2631.txt
Network Working Group E. Rescorla
Request for Comments: 2631 RTFM Inc.
Category: Standards Track