代码搜索:Way

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

代码结果 8,100
www.eeworm.com/read/441410/7670722

m one_way.m

%ONE_WAY Evaluation of one-way data. % Observations from Z12 receivers taken at master % site -810 and rover site -005 on day 03-17-94 %Kai Borre 03-26-97 %Copyright (c) by Kai Bor
www.eeworm.com/read/437246/7752899

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/437246/7752950

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/399000/7903357

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/399000/7903531

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/195831/8128062

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/195831/8128163

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/395970/8140424

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/395970/8140532

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/395970/8140920

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: