代码搜索:ElGamal
找到约 341 项符合「ElGamal」的源代码
代码结果 341
www.eeworm.com/read/292191/8368261
cpp elgamal.cpp
// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
#include "asn.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
ElGamalEncryptor:
www.eeworm.com/read/292191/8368333
h elgamal.h
#ifndef CRYPTOPP_ELGAMAL_H
#define CRYPTOPP_ELGAMAL_H
#include "modexppc.h"
NAMESPACE_BEGIN(CryptoPP)
class ElGamalEncryptor : public PK_WithPrecomputation
{
publi
www.eeworm.com/read/291537/8411225
cpp elgamal.cpp
// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
#include "asn.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
ElGamalEncryptor:
www.eeworm.com/read/291537/8411287
h elgamal.h
#ifndef CRYPTOPP_ELGAMAL_H
#define CRYPTOPP_ELGAMAL_H
#include "modexppc.h"
NAMESPACE_BEGIN(CryptoPP)
class ElGamalEncryptor : public PK_WithPrecomputation
{
publi
www.eeworm.com/read/290293/8491345
c elgamal.c
/*
Author: Pate Williams (c) 1997
ElGamal public-key encryption. See "Handbook of
Applied Cryptography" by Alfred J. Menezes et al
8.4 Section pages 294 - 296.
*/
#include
www.eeworm.com/read/187929/8590334
cpp elgamal.cpp
// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
#include "asn.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
ElGamalEncryptor:
www.eeworm.com/read/187929/8590420
h elgamal.h
#ifndef CRYPTOPP_ELGAMAL_H
#define CRYPTOPP_ELGAMAL_H
#include "modexppc.h"
NAMESPACE_BEGIN(CryptoPP)
class ElGamalEncryptor : public PK_WithPrecomputation
{
publi
www.eeworm.com/read/287946/8658707
cpp elgamal.cpp
// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
#include "asn.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
ElGamalEncryptor:
www.eeworm.com/read/287946/8658769
h elgamal.h
#ifndef CRYPTOPP_ELGAMAL_H
#define CRYPTOPP_ELGAMAL_H
#include "modexppc.h"
NAMESPACE_BEGIN(CryptoPP)
class ElGamalEncryptor : public PK_WithPrecomputation
{
publi
www.eeworm.com/read/431199/8702907
cpp elgamal.cpp
// elgamal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "elgamal.h"
#include "asn.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
void ElGamal_TestInstantia