代码搜索:Way
找到约 8,100 项符合「Way」的源代码
代码结果 8,100
www.eeworm.com/read/433254/8536439
ico 2way.ico
www.eeworm.com/read/187929/8590073
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/187929/8590194
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/287946/8658506
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/287946/8658612
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/431199/8702406
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, pub
www.eeworm.com/read/431199/8702585
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_BEGIN(C
www.eeworm.com/read/386874/8720386
sav three-way.sav
www.eeworm.com/read/287029/8731435
asm 3-way.asm
comment " data = 12 bytes (96-bit) "
comment " keylen = 12 bytes (96-bit) "
comment " rounds = 11 "
.686
.model flat,stdcall
option casemap:none
ThreeWayInit proto :DWO
www.eeworm.com/read/286166/8785279
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: