代码搜索结果
找到约 10,000 项符合
的代码
md5mac.h
#ifndef CRYPTOPP_MD5MAC_H
#define CRYPTOPP_MD5MAC_H
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
class MD5MAC : public IteratedHash, public MessageAuthenticationCode
{
public:
readme.txt
FDC 1.4 beta 3 Revision date: September 15, 2005
==============
#########################################################################
##
wake.cpp
// wake.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "wake.h"
NAMESPACE_BEGIN(CryptoPP)
inline word32 WAKE::M(word32 x, word32 y)
{
word32 w = x+y;
sha.h
#ifndef CRYPTOPP_SHA_H
#define CRYPTOPP_SHA_H
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
/// implements the SHA-1 standard
class SHA : public IteratedHash
{
public:
SHA();
roadmap.txt
The Flight Dynamics and Control Toolbox - Roadmap: past and future
==================================================================
Welcome to the FDC development roadmap. This document describes
rsa512.dat
30820138020100024100BAC09DB6E9B387A2FDAE9535842D35E4DEBD93F11304CD24AA9BE5E53005EB1170B5B834921C0EDFFA07AF960EC3212550A3EA11C09722E23206C28675419D590201110240015F88B0675D8E2C7E19C118DD3509CEDBFDA1167A
copying.txt
Copyright FDC 1.4
-----------------
The Flight Dynamics and Control toolbox, FDC 1.4.
Copyright
gf2n.cpp
// gf2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "gf2n.h"
#include "algebra.h"
#include "words.h"
#include
#include "algebra.cpp"
NA
changelog.txt
Change log for the Flight Dynamics and Control toolbox
======================================================
FDC 1.4.0
=========
* This version is compatible with Matlab 5.3 / Simulink 3.0 and