代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/331719/12812347
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/244126/12885329
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/244126/12885566
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/328425/13027320
h user.h
#ifndef H_USER_H_AAABBBCCC
#define H_USER_H_AAABBBCCC
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/328425/13027364
h user.h
#ifndef H_USER_H_AAABBBCCC
#define H_USER_H_AAABBBCCC
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/327101/13098762
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/327101/13099062
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/137620/13308482
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/323819/13315249
cpp seccommdlg.cpp
// SecCommDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecComm.h"
#include "SecCommDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/323819/13315322
cpp secclientdlg.cpp
// SecClientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SecClient.h"
#include "SecClientDlg.h"
#include "MySocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE