代码搜索:cryptlib
找到约 3,723 项符合「cryptlib」的源代码
代码结果 3,723
www.eeworm.com/read/339492/12229309
h adler32.h
#ifndef CRYPTOPP_ADLER32_H
#define CRYPTOPP_ADLER32_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
//! ADLER-32 checksum calculations
class Adler32 : public HashModuleWithTruncation
{
www.eeworm.com/read/339492/12229612
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class SAFER : publi
www.eeworm.com/read/339492/12229731
h rng.h
#ifndef CRYPTOPP_RNG_H
#define CRYPTOPP_RNG_H
#include "cryptlib.h"
#include "filters.h"
NAMESPACE_BEGIN(CryptoPP)
//! can be passed to functions that ask for a RNG but doesn't actually use
www.eeworm.com/read/339492/12229961
h polynomi.h
#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
/*! \file */
#include "cryptlib.h"
#include "misc.h"
#include "algebra.h"
#include
#include
NAMESPACE_BEGIN(Cr
www.eeworm.com/read/338797/12282980
h polynomi.h
#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
/*! \file */
#include "cryptlib.h"
#include "misc.h"
#include "algebra.h"
#include
#include
NAMESPACE_BEGIN(Cr
www.eeworm.com/read/131693/14132975
h pwdbased.h
// pwdbased.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_PWDBASED_H
#define CRYPTOPP_PWDBASED_H
#include "cryptlib.h"
#include "hmac.h"
NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/131693/14132993
h rng.h
#ifndef CRYPTOPP_RNG_H
#define CRYPTOPP_RNG_H
#include "cryptlib.h"
#include "filters.h"
NAMESPACE_BEGIN(CryptoPP)
//! linear congruential generator
/*! originally by William S. England, d
www.eeworm.com/read/131693/14133099
h polynomi.h
#ifndef CRYPTOPP_POLYNOMI_H
#define CRYPTOPP_POLYNOMI_H
/*! \file */
#include "cryptlib.h"
#include "misc.h"
#include "algebra.h"
#include
#include
NAMESPACE_BEGIN(Cr
www.eeworm.com/read/130455/14193095
h lubyrack.h
// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/130455/14193113
h mars.h
#ifndef CRYPTOPP_MARS_H
#define CRYPTOPP_MARS_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class MARS : public BlockTransformation
{
public:
enum {KEYLENGTH=16, B