代码搜索:TwoFish

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

代码结果 467
www.eeworm.com/read/379594/9192381

asm twofish.asm

.TITLE Twofish for 6805 .SUBTITLE Author: Doug Whiting, Hi/fn, May 1998 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright 1998, Hi/fn. All rights reserved ; ;;
www.eeworm.com/read/379594/9192390

lst twofish.lst

Sat Jun 13 11:05:07 1998 Page 1 Twofish for 6805 Author: Doug Whiting, Hi/fn, May
www.eeworm.com/read/360615/10084533

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/360615/10084745

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/359577/10135812

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/359577/10136006

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/161812/10371055

c twofish.c

/*************************************************************************** * File: bc_tfish.c * * Purpose: The TWOFISH algorithm implementation. * * Twofish algorithm's authors: * Br
www.eeworm.com/read/160896/10475643

c twofish.c

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

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/271765/10981200

c twofish.c

/* Implementation of Twofish by Tom St Denis */ #include "mycrypt.h" #ifdef TWOFISH const struct _cipher_descriptor twofish_desc = { "twofish", 7, 16, 32, 16, 16, &twofish_setup,