代码搜索:Cast

找到约 10,000 项符合「Cast」的源代码

代码结果 10,000
www.eeworm.com/read/417728/10979066

c cast.c

/* * this is cast-256 (c) Carlisle Adams of Entrust Tecnhologies * implementation written by Dr Brian Gladman (gladman@seven77.demon.co.uk) * * You can also use other encryption candidates for AE
www.eeworm.com/read/417728/10979077

o cast.o

www.eeworm.com/read/470398/6909945

h cast.h

www.eeworm.com/read/470055/6923740

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) class CAST { protected: static const word32 S[8][256
www.eeworm.com/read/470055/6923936

cpp cast.cpp

// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke // based on Steve Reid's public domain cast.c #include "pch.h" #include "cast.h" #include "misc.h" NAMESPACE
www.eeworm.com/read/446646/7572988

html cast.html

www.eeworm.com/read/446236/7583335

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/446236/7583483

obj cast.obj

www.eeworm.com/read/446236/7583558

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/437246/7752782

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) class CAST { protected: static const word32 S[8][256