代码搜索结果

找到约 10,000 项符合 S 的代码

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" #include NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *inpu

add.htm

我的日记 日期:

usrappinit.c

/* usrAppInit.c - stub application initialization routine */ /* Copyright 1984-1998 Wind River Systems, Inc. */ /* modification history -------------------- 01a,02jun98,ms written */ /* DESCRIPTI

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *input, size_t length) {

base32.cpp

// base32.cpp - written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai #include "pch.h" #include "base32.h" NAMESPACE_BEGIN(CryptoPP) static const byte s_vec

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *input, unsigned int lengt

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *input, unsigned int lengt

hex.cpp

// hex.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "hex.h" NAMESPACE_BEGIN(CryptoPP) static const byte s_vecUpper[] = "01

base32.cpp

// base32.cpp - written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai #include "pch.h" #include "base32.h" NAMESPACE_BEGIN(CryptoPP) static const byte s_vec