代码搜索:cryptlib
找到约 3,723 项符合「cryptlib」的源代码
代码结果 3,723
www.eeworm.com/read/118369/14875228
h asn.h
#ifndef CRYPTOPP_ASN_H
#define CRYPTOPP_ASN_H
#include "cryptlib.h"
#include "queue.h"
NAMESPACE_BEGIN(CryptoPP)
// NOTE: these tags and flags are NOT COMPLETE!
enum ASNTag {INTEGER=0x02,
www.eeworm.com/read/115525/15011580
h shark.h
#ifndef CRYPTOPP_SHARK_H
#define CRYPTOPP_SHARK_H
/** \file
*/
#include "config.h"
#ifdef WORD64_AVAILABLE
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// ba
www.eeworm.com/read/115525/15011597
h adler32.h
#ifndef CRYPTOPP_ADLER32_H
#define CRYPTOPP_ADLER32_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
//! ADLER-32 checksum calculations
class Adler32 : public HashModule
{
public:
enu
www.eeworm.com/read/115525/15011606
h panama.h
#ifndef CRYPTOPP_PANAMA_H
#define CRYPTOPP_PANAMA_H
#include "cryptlib.h"
#include "misc.h"
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class Panam
www.eeworm.com/read/115525/15011673
h modarith.h
#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
#include "cryptlib.h"
#include "misc.h"
#include "integer.h"
#include "algebra.h"
NAMESPACE_B
www.eeworm.com/read/115525/15011723
h gf256.h
#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
//! GF(256) with polynomial basis
class GF256
{
public:
typedef byte Element;
typedef
www.eeworm.com/read/115525/15011731
cpp xtr.cpp
// cryptlib.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "xtr.h"
#include "nbtheory.h"
#include "algebra.cpp"
NAMESPACE_BEGIN(CryptoPP)
GFP2Element
www.eeworm.com/read/114868/15035360
h diamond.h
#ifndef CRYPTOPP_DIAMOND_H
#define CRYPTOPP_DIAMOND_H
#include "cryptlib.h"
#include "misc.h"
#include "crc.h"
NAMESPACE_BEGIN(CryptoPP)
class Diamond2Base : public BlockTransformation
{
www.eeworm.com/read/114868/15035379
h asn.h
#ifndef CRYPTOPP_ASN_H
#define CRYPTOPP_ASN_H
#include "cryptlib.h"
#include "queue.h"
NAMESPACE_BEGIN(CryptoPP)
// NOTE: these tags and flags are NOT COMPLETE!
enum ASNTag {INTEGER=0x02,
www.eeworm.com/read/208890/15233165
h hmac.h
// hmac.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_HMAC_H
#define CRYPTOPP_HMAC_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
// HMAC(K