代码搜索:Way

找到约 8,100 项符合「Way」的源代码

代码结果 8,100
www.eeworm.com/read/338797/12282638

cpp 3way.cpp

// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c // The original code and all modifications are in the public domain. #include "pch.h" #include "3way.h" #include "misc.h" NAMESPACE_
www.eeworm.com/read/131693/14132926

h 3way.h

#ifndef CRYPTOPP_THREEWAY_H #define CRYPTOPP_THREEWAY_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) struct ThreeWay_Info : public FixedBlockSize
www.eeworm.com/read/131693/14133015

cpp 3way.cpp

// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c // The original code and all modifications are in the public domain. #include "pch.h" #include "3way.h" #include "misc.h" NAMESPACE_
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:
www.eeworm.com/read/130455/14193355

cpp 3way.cpp

// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c #include "pch.h" #include "3way.h" NAMESPACE_BEGIN(CryptoPP) static const word32 START_E = 0x0b0b; // round constant of first encry
www.eeworm.com/read/231175/14249849

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/231175/14249916

cpp 3way.cpp

// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c #include "pch.h" #include "3way.h" NAMESPACE_BEGIN(CryptoPP) static const word32 START_E = 0x0b0b; // round constant of first encry
www.eeworm.com/read/128841/14277154

h 3way.h

#ifndef CRYPTOPP_THREEWAY_H #define CRYPTOPP_THREEWAY_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) //! _ struct ThreeWay_Info : public FixedBlockS
www.eeworm.com/read/128841/14277241

cpp 3way.cpp

// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c // The original code and all modifications are in the public domain. #include "pch.h" #include "3way.h" #include "misc.h" NAMESPACE_
www.eeworm.com/read/127808/14332716

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: