代码搜索:SAFER
找到约 324 项符合「SAFER」的源代码
代码结果 324
www.eeworm.com/read/292191/8368103
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
www.eeworm.com/read/292191/8368277
cpp safer.cpp
// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
NAMESPACE_BEGIN(CryptoPP)
const byte SAFER::exp_tab[256] =
{1, 45, 226, 147, 19
www.eeworm.com/read/291537/8411012
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
www.eeworm.com/read/291537/8411239
cpp safer.cpp
// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
NAMESPACE_BEGIN(CryptoPP)
const byte SAFER::exp_tab[256] =
{1, 45, 226, 147, 19
www.eeworm.com/read/187929/8590083
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
www.eeworm.com/read/187929/8590354
cpp safer.cpp
// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
NAMESPACE_BEGIN(CryptoPP)
const byte SAFER::exp_tab[256] =
{1, 45, 226, 147, 19
www.eeworm.com/read/287946/8658510
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
www.eeworm.com/read/287946/8658722
cpp safer.cpp
// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
NAMESPACE_BEGIN(CryptoPP)
const byte SAFER::exp_tab[256] =
{1, 45, 226, 147, 19
www.eeworm.com/read/431199/8702414
h safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class SAFER
{
public:
class
www.eeworm.com/read/431199/8702936
cpp safer.cpp
// safer.cpp - modified by by Wei Dai from Richard De Moliner's safer.c
#include "pch.h"
#include "safer.h"
#include "misc.h"
#include "argnames.h"
NAMESPACE_BEGIN(CryptoPP)
const byte SAFER::Base: