代码搜索:TwoFish

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

代码结果 467
www.eeworm.com/read/342841/11996941

h twofish.h

#ifndef TWOFISH_H #define TWOFISH_H #if defined(__cplusplus) extern "C" { #endif #ifndef u4byte #define u4byte unsigned __int32 #endif #ifndef u1byte #define u1byte unsigned char #endif
www.eeworm.com/read/255665/12066955

c twofish.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/339492/12229509

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 :
www.eeworm.com/read/339492/12229803

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" NAMESPACE_BEGIN(C
www.eeworm.com/read/338797/12282336

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/338797/12282661

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/149722/12354679

dll twofish.dll

www.eeworm.com/read/336724/12420290

c twofish.c

/* --------------------------------------------------------------------------- Copyright (c) 1999, Dr Brian Gladman, Worcester, UK. All rights reserved. LICENSE TERMS The free distributi
www.eeworm.com/read/336724/12420372

h twofish.h

#ifndef TWOFISH_H #define TWOFISH_H #if defined(__cplusplus) extern "C" { #endif #ifndef u4byte #define u4byte unsigned __int32 #endif #ifndef u1byte #define u1byte unsigned char #endif
www.eeworm.com/read/131976/14117993

c twofish.c

/* This is an independent implementation of the encryption algorithm: */ /* */ /* Twofish by Bruce Schneier and colleag