代码搜索:cryptlib
找到约 3,723 项符合「cryptlib」的源代码
代码结果 3,723
www.eeworm.com/read/410595/11276045
h queue.h
// specification file for an unlimited queue for storing bytes
#ifndef QUEUE_H
#define QUEUE_H
#include "cryptlib.h"
// The queue is implemented as a linked list of arrays, but you don't nee
www.eeworm.com/read/410595/11276062
h des.h
#ifndef DES_H
#define DES_H
#include "cryptlib.h"
class DES : public BlockTransformation
{
public:
DES(const byte *userKey, CipherDir);
~DES();
void ProcessBlock(const byte *
www.eeworm.com/read/261384/11650867
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public:
www.eeworm.com/read/260514/11722557
h sapphire.h
#ifndef SAPPHIRE_H
#define SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default key length
protected:
SapphireBase(
www.eeworm.com/read/260514/11722808
h queue.h
// specification file for an unlimited queue for storing bytes
#ifndef QUEUE_H
#define QUEUE_H
#include "cryptlib.h"
// The queue is implemented as a linked list of arrays, but you don't nee
www.eeworm.com/read/260514/11722837
h des.h
#ifndef DES_H
#define DES_H
#include "cryptlib.h"
class DES : public BlockTransformation
{
public:
DES(const byte *userKey, CipherDir);
~DES();
void ProcessBlock(const byte *
www.eeworm.com/read/153385/12037584
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public:
www.eeworm.com/read/339492/12229327
h trunhash.h
#ifndef CRYPTOPP_TRUNHASH_H
#define CRYPTOPP_TRUNHASH_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
class NullHash : public HashModuleWithTruncation
{
public:
void Update(const byte
www.eeworm.com/read/338797/12282926
h factory.h
#ifndef CRYPTOPP_OBJFACT_H
#define CRYPTOPP_OBJFACT_H
#include "cryptlib.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
//! _
template
class ObjectFa
www.eeworm.com/read/130455/14193288
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public: