代码搜索:TEA
找到约 3,437 项符合「TEA」的源代码
代码结果 3,437
www.eeworm.com/read/306178/3747657
tea
※※※※※※※※
※ ※
※ 名茶荟萃 ※
※ ※
※※※※※※※※
【碧螺春】
绿茶中的名品,产于太湖洞庭东山和西山。因其形状
卷曲如螺,初采地在碧螺峰,采制时间又在春天而得名。
www.eeworm.com/read/378957/9211739
tea+
#include
#include
#include
#include
#include
#define NM 8//迭代次数
#define LENGTH_OF_TEXT 200
void DwordToChar(DWORD word,char dd[5])
www.eeworm.com/read/292191/8367938
h tea.h
#ifndef CRYPTOPP_TEA_H
#define CRYPTOPP_TEA_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class TEA : public BlockTransformation
{
public:
TEA(const byte *userKey)
www.eeworm.com/read/292191/8367973
cpp tea.cpp
// tea.cpp - modified by Wei Dai from code in the original paper
#include "pch.h"
#include "tea.h"
NAMESPACE_BEGIN(CryptoPP)
const word32 TEA::DELTA = 0x9e3779b9;
TEA::TEA(const byte *use
www.eeworm.com/read/291537/8410799
h tea.h
#ifndef CRYPTOPP_TEA_H
#define CRYPTOPP_TEA_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class TEA : public BlockTransformation
{
public:
TEA(const byte *userKey)
www.eeworm.com/read/291537/8410825
cpp tea.cpp
// tea.cpp - modified by Wei Dai from code in the original paper
#include "pch.h"
#include "tea.h"
NAMESPACE_BEGIN(CryptoPP)
const word32 TEA::DELTA = 0x9e3779b9;
TEA::TEA(const byte *use
www.eeworm.com/read/289110/8575929
java tea.java
package fd;
import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Hex;
public class Tea
{
private int[] DEFAULT_KEY = null;
public Tea()
{
DEFAULT
www.eeworm.com/read/187929/8589843
h tea.h
#ifndef CRYPTOPP_TEA_H
#define CRYPTOPP_TEA_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class TEA : public BlockTransformation
{
public:
TEA(const byte *userKey)
www.eeworm.com/read/187929/8589880
cpp tea.cpp
// tea.cpp - modified by Wei Dai from code in the original paper
#include "pch.h"
#include "tea.h"
NAMESPACE_BEGIN(CryptoPP)
const word32 TEA::DELTA = 0x9e3779b9;
TEA::TEA(const byte *use
www.eeworm.com/read/287946/8658295
h tea.h
#ifndef CRYPTOPP_TEA_H
#define CRYPTOPP_TEA_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class TEA : public BlockTransformation
{
public:
TEA(const byte *userKey)