代码搜索:cryptlib
找到约 3,723 项符合「cryptlib」的源代码
代码结果 3,723
www.eeworm.com/read/101224/15841206
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
www.eeworm.com/read/101224/15841229
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
/
www.eeworm.com/read/101224/15841251
h forkjoin.h
#ifndef CRYPTOPP_FORKJOIN_H
#define CRYPTOPP_FORKJOIN_H
#include "cryptlib.h"
#include "filters.h"
#include "queue.h"
NAMESPACE_BEGIN(CryptoPP)
class Fork : public BufferedTransformation
www.eeworm.com/read/101224/15841271
h square.h
#ifndef CRYPTOPP_SQUARE_H
#define CRYPTOPP_SQUARE_H
#include "config.h"
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SquareBase : public BlockTransformation
{
www.eeworm.com/read/100767/15864556
h blowfish.h
#ifndef CRYPTOPP_BLOWFISH_H
#define CRYPTOPP_BLOWFISH_H
/** \file */
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class Blowfish
www.eeworm.com/read/100767/15864580
h lubyrack.h
// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
/** \file */
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_
www.eeworm.com/read/100767/15864614
h serpent.h
#ifndef CRYPTOPP_SERPENT_H
#define CRYPTOPP_SERPENT_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class Serpent :
www.eeworm.com/read/100767/15864655
h twofish.h
#ifndef CRYPTOPP_TWOFISH_H
#define CRYPTOPP_TWOFISH_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class Twofish :
www.eeworm.com/read/100767/15864682
h des.h
#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/* The DES implementation in Crypto++ ignores the parity bit
www.eeworm.com/read/100767/15864721
h skipjack.h
#ifndef CRYPTOPP_SKIPJACK_H
#define CRYPTOPP_SKIPJACK_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class SKIPJAC