代码搜索:idea
找到约 3,340 项符合「idea」的源代码
代码结果 3,340
www.eeworm.com/read/131315/5940411
idea
Don't store numbers and names in tip/uucp/etc files. Obtain them
from "universal" source, ultimately directory info service.
Since numbers may be shared accross geographic regions, store them
as an a
www.eeworm.com/read/292191/8368010
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/292191/8368280
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/291537/8410876
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/291537/8411240
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/290293/8491291
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/388823/8573496
h idea.h
/* crypto/idea/idea.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/187929/8589933
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/187929/8590357
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/187702/8606875