代码搜索:Cast

找到约 10,000 项符合「Cast」的源代码

代码结果 10,000
www.eeworm.com/read/175643/9538308

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/175643/9538584

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/371177/9563089

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/371177/9563534

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/366616/9807016

test cast.test

# 2005 June 25 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yoursel
www.eeworm.com/read/167540/9964191

c-cast

www.eeworm.com/read/362791/9980534

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/362791/9980765

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/360615/10084377

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) class CAST { protected: static const word32 S[8][256
www.eeworm.com/read/360615/10084785

cpp cast.cpp

// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke // based on Steve Reid's public domain cast.c #include "pch.h" #include "cast.h" #include "misc.h" NAMESPACE