代码搜索:diffie
找到约 359 项符合「diffie」的源代码
代码结果 359
www.eeworm.com/read/307266/3726023
c kangaroo.c
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/307266/3726224
cpp kangaroo.cpp
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/307266/3726370
c kangaroo.c
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/307266/3726576
cpp kangaroo.cpp
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/420043/2071540
java basicagreement.java
package org.bouncycastle.crypto;
import java.math.BigInteger;
/**
* The basic interface that basic Diffie-Hellman implementations
* conforms to.
*/
public interface BasicAgreement
{
/**
www.eeworm.com/read/387578/2561174
java basicagreement.java
package org.bouncycastle.crypto;
import java.math.BigInteger;
/**
* The basic interface that basic Diffie-Hellman implementations
* conforms to.
*/
public interface BasicAgreement
{
www.eeworm.com/read/100612/15868923
cpp kangaroo.cpp
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/100612/15869061
c kangaroo.c
/*
* Test program to find discrete logarithms using Pollard's lambda method
* for catching kangaroos. This algorithm appears to be the best
* available for breaking the Diffie-Hellman key
www.eeworm.com/read/460593/1560084
c dh_genprime.c
/*
* Diffie-Hellman-Merkle key exchange (prime generation)
*
* Copyright (C) 2006-2007 Christophe Devine
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/320439/13427265
c dhdemo.c
/* DHDEMO.C - demonstration program for Diffie-Hellman extensions to
RSAREF
*/
/* Copyright (C) 1993 RSA Laboratories, a division of RSA Data
Security, Inc. All rights reserved