代码搜索:TwoFish

找到约 467 项符合「TwoFish」的源代码

代码结果 467
www.eeworm.com/read/131976/14118013

h twofish.h

#ifndef u4byte typedef unsigned long u4byte; #endif #ifndef u1byte typedef unsigned char u1byte; #endif #ifndef extract_byte #define extract_byte(x,n) ((u1byte)((x) >> (8 * n))) #endif
www.eeworm.com/read/131693/14132858

h twofish.h

#ifndef CRYPTOPP_TWOFISH_H #define CRYPTOPP_TWOFISH_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) struct Twofish_Info : public FixedBlockSize, p
www.eeworm.com/read/131693/14133035

cpp twofish.cpp

// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c // The original code and all modifications are in the public domain. #include "pch.h" #include "twofish.h" #include "misc.h"
www.eeworm.com/read/129075/14267825

c twofish.c

/* * Twofish for CryptoAPI * * Originally Twofish for GPG * By Matthew Skala , July 26, 1998 * 256-bit key length added March 20, 1999 * Some modifications to reduce th
www.eeworm.com/read/128841/14277084

h twofish.h

#ifndef CRYPTOPP_TWOFISH_H #define CRYPTOPP_TWOFISH_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) //! _ struct Twofish_Info : public FixedBlockSize
www.eeworm.com/read/128841/14277259

cpp twofish.cpp

// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c // The original code and all modifications are in the public domain. #include "pch.h" #include "twofish.h" #include "misc.h"
www.eeworm.com/read/226200/14489742

h twofish.h

#ifndef CRYPTOPP_TWOFISH_H #define CRYPTOPP_TWOFISH_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) //! _ struct Twofish_Info : public FixedBlockSize
www.eeworm.com/read/226200/14489976

cpp twofish.cpp

// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c // The original code and all modifications are in the public domain. #include "pch.h" #include "twofish.h" #include "misc.h"
www.eeworm.com/read/225535/14536995

c twofish.c

/*************************************************************************** TWOFISH.C -- C API calls for TWOFISH AES submission Submitters: Bruce Schneier, Counterpane Systems Doug Whitin
www.eeworm.com/read/115525/15011745

h twofish.h

#ifndef CRYPTOPP_TWOFISH_H #define CRYPTOPP_TWOFISH_H /** \file */ #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) /// base class, do not use directly class Twofish :