代码搜索:Cast
找到约 10,000 项符合「Cast」的源代码
代码结果 10,000
www.eeworm.com/read/395970/8139908
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/395970/8140200
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/395970/8140604
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/395970/8141191
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/247320/12665906
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/247320/12666439
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/331719/12812084
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/331719/12812496
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)
/*