代码搜索:IDEA
找到约 3,340 项符合「IDEA」的源代码
代码结果 3,340
www.eeworm.com/read/187549/8625140
h idea.h
/*_############################################################################
_##
_## idea.h
_##
_## SNMP++v3.2.21a
_## -----------------------------------------------
_## Copyrig
www.eeworm.com/read/187549/8625502
cpp idea.cpp
/*_############################################################################
_##
_## idea.cpp
_##
_## SNMP++v3.2.21a
_## -----------------------------------------------
_## Copyr
www.eeworm.com/read/287946/8658388
h idea.h
#ifndef CRYPTOPP_IDEA_H
#define CRYPTOPP_IDEA_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class IDEA : public BlockTransformation
{
public:
IDEA(const byte *user
www.eeworm.com/read/287946/8658724
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/431608/8665882
ps idea.ps
%!PS-Adobe-2.0
%%Creator: dvips 5.482 Copyright 1986-92 Radical Eye Software
%%Title: diss.dvi
%%Pages: 20 1
%%BoundingBox: 0 0 596 842
%%EndComments
%DVIPSCommandLine: dvips -p 21 -l 40 -o diss.ps di
www.eeworm.com/read/431199/8702136
h idea.h
#ifndef CRYPTOPP_IDEA_H
#define CRYPTOPP_IDEA_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct IDEA_Info : public FixedBlockSize, public FixedKeyL
www.eeworm.com/read/431199/8702938
cpp idea.cpp
// idea.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "idea.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
static const int IDEA_KEYLEN=(6*IDEA::ROUNDS+4); //
www.eeworm.com/read/386996/8714072
c idea.c
/*
Author: Pate Williams (c) 1997
IDEA (International Data Encryption Algorithm).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 7.6 Section pages 263 - 266.
*/
#
www.eeworm.com/read/287119/8719979
c idea.c
//#include // the string MUST be commented if
// // we compile Windows 95 or NT drivers
/*
#ifndef __WIN95__
#include
#else
#include
#endif
www.eeworm.com/read/430743/8730232
java idea.java
package idea;
public class idea{
private int[][]Z=new int[6][9];
private int[][]K=new int[6][9];
public idea(String cle){
byte[]cle2=new byte[16];
for(int i=0;