代码搜索:DSA
找到约 3,751 项符合「DSA」的源代码
代码结果 3,751
www.eeworm.com/read/276429/10737943
h dsa.h
#ifndef dsa_h
#define dsa_h
typedef union
{
unsigned int Word;
unsigned char Byte[2];
}DSA_CMD;
#define DSA_DUMMY 0x00 /*dummy parameter*/
#define DSA_ERR_RESPONSE
www.eeworm.com/read/274306/10877451
h dsa.h
#ifndef CRYPTOPP_DSA_H
#define CRYPTOPP_DSA_H
#include "pubkey.h"
#include "modexppc.h"
#include "sha.h"
NAMESPACE_BEGIN(CryptoPP)
const int MIN_DSA_PRIME_LENGTH = 512;
const int MAX_DSA_
www.eeworm.com/read/274306/10877766
cpp dsa.cpp
// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "dsa.h"
#include "asn.h"
#include "nbtheory.h"
#include "sha.h"
NAMESPACE_BEGIN(CryptoPP)
bool Ge
www.eeworm.com/read/417195/11000990
cs dsa.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version: 1.1.4322.573
//
// Chang
www.eeworm.com/read/470398/6909948
h dsa.h
www.eeworm.com/read/470055/6923749
h dsa.h
#ifndef CRYPTOPP_DSA_H
#define CRYPTOPP_DSA_H
/** \file
*/
#include "gfpcrypt.h"
NAMESPACE_BEGIN(CryptoPP)
/*! The DSA signature format used by Crypto++ is as defined by IEEE P1363.
J
www.eeworm.com/read/470055/6923900
cpp dsa.cpp
// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "dsa.h"
#include "nbtheory.h"
NAMESPACE_BEGIN(CryptoPP)
size_t DSACon
www.eeworm.com/read/470055/6923941
txt dsa.txt
AlgorithmType: Signature
Name: DSA(1363)
Source: sent by CygnaCom during Crypto++ 5.0 FIPS 140-2 evaluation
KeyFormat: Component
Modulus: 8fbb9edf2fd2834b1a9fe97c25999fbc381ae165d932aa521592c2cdcb
www.eeworm.com/read/465299/7052896