代码搜索:Cast
找到约 10,000 项符合「Cast」的源代码
代码结果 10,000
www.eeworm.com/read/286166/8785132
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/286166/8785412
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/382585/9018501
c cast.c
/*
* Copyright (c) 1999-2001 Tony Givargis. Permission to copy is granted
* provided that this header remains intact. This software is provided
* with no warranties.
*
* Version : 2.9
*/
/*--
www.eeworm.com/read/382585/9018529
hex cast.hex
:090003008F0F8E0E8D0D8C0C2266
:10000C00750B67750A45750923750801AF0BAE0AA8
:10001C00AD09AC08781812006A1200038F80AF0B80
:10002C00AE0AAD09AC08781012006A1200038F906A
:10003C00AF0BAE0AAD09AC08780812006A120
www.eeworm.com/read/283128/9041415
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/283128/9041587
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/184772/9077968
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/377683/9266683
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/178282/9409346
h cast.h
#ifndef _CAST_H_
#define _CAST_H_
typedef unsigned char u8; /* 8-bit unsigned */
typedef unsigned long u32; /* 32-bit unsigned */
typedef struct {
u32 xkey[32]; /* Key, after expansion */
int rou
www.eeworm.com/read/175933/9525265
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