代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/283128/9041336

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modes.h" NAMESPACE_BEGIN(CryptoPP) CipherMode::CipherMode(const BlockTransformation &c, const byt
www.eeworm.com/read/283128/9041348

cpp cbc.cpp

// cbc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "cbc.h" NAMESPACE_BEGIN(CryptoPP) CBCPaddedEncryptor::CBCPaddedEncryptor(const BlockTransformation &
www.eeworm.com/read/283128/9041418

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CipherMode { protected: CipherMode(const BlockTransformation &c
www.eeworm.com/read/283128/9041531

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/185140/9055992

h rijndael-api-fst.h

/* rijndael-api-fst.h v2.0 August '99 * Optimised ANSI C code */ #include #include "rijndael-alg-fst.h" /* Defines: Add any additional defines you need */ #define DIR_ENCRYPT
www.eeworm.com/read/185140/9056032

c rijndael-api-fst.c

/* rijndael-api-fst.c v2.0 August '99 * Optimised ANSI C code * authors: v1.0: Antoon Bosselaers * v2.0: Vincent Rijmen */ #include #include #include "rijndael
www.eeworm.com/read/185139/9056052

h rijndael-api-fst.h

/* rijndael-api-fst.h v2.0 August '99 * Optimised ANSI C code */ #include #include "rijndael-alg-fst.h" /* Defines: Add any additional defines you need */ #define DIR_ENCRYPT
www.eeworm.com/read/185139/9056087

c rijndael-api-fst.c

/* rijndael-api-fst.c v2.0 August '99 * Optimised ANSI C code * authors: v1.0: Antoon Bosselaers * v2.0: Vincent Rijmen */ #include #include #include "rijndael
www.eeworm.com/read/282738/9070737

pas dcpice.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************
www.eeworm.com/read/282738/9070745

pas dcprijndael.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************