代码搜索:TwoFish

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

代码结果 467
www.eeworm.com/read/160303/5572705

h twofish.h

#ifndef TWOFISH_H #define TWOFISH_H #ifdef __KERNEL__ #include #else #include #endif /* Structure for an expanded Twofish key. s contains the key-dependent * S-boxes co
www.eeworm.com/read/160303/5572707

c twofish.c

/* NOTE: This implementation has been changed from the original * source. See ChangeLog for more information. * Maintained by Marc Mutz */ /* Twofish for GPG * By Matthew Skala
www.eeworm.com/read/294538/8220535

hpp twofish.hpp

/* twofish.hpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or mo
www.eeworm.com/read/294538/8220672

cpp twofish.cpp

/* twofish.cpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or mo
www.eeworm.com/read/173998/9613779

h twofish.h

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * * See the twofish.c file for the details of the how and why of this cod
www.eeworm.com/read/173998/9613797

cpp twofish.cpp

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * (See further down for the almost-unrestricted licensing terms.) * * ------
www.eeworm.com/read/414084/11131252

inc twofish.inc

; ----------------------------------------------------- ; ; Twofish Encryption Algorithm ( Block Cipher ) ; ; by Bruce Schneier, John Kelsey, ; ; Doug Whi
www.eeworm.com/read/267326/11182759

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/267326/11182919

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/265935/11249448

cpp twofish.cpp

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * (See further down for the almost-unrestricted licensing terms.) * *