代码搜索:Cast

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

代码结果 10,000
www.eeworm.com/read/437246/7752978

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/435917/7781239

test cast.test

# 2005 June 25 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yoursel
www.eeworm.com/read/199833/7819414

h cast.h

/* * Copyright 1997-2005 Markus Hahn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta
www.eeworm.com/read/199833/7819433

c cast.c

/* * * CAST-128 (also known as CAST5) * implementing the CAST-128 algorithm in CBC mode * * Written by Walter Dvorak * * For details in the CAST Encryption Algorithm pl
www.eeworm.com/read/399000/7903074

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/399000/7903640

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/198867/7905899

h cast.h

/* crypto/cast/cast.h */ /* Copyright (C) 1995-1998 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/433290/7944584

h cast.h

www.eeworm.com/read/195831/8127820

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/195831/8128242

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) /*