代码搜索:TwoFish
找到约 467 项符合「TwoFish」的源代码
代码结果 467
www.eeworm.com/read/100767/15864802
cpp tftables.cpp
// Twofish tables
#include "pch.h"
#include "twofish.h"
NAMESPACE_BEGIN(CryptoPP)
const byte Twofish::q[2][256] = {
0xA9, 0x67, 0xB3, 0xE8, 0x04, 0xFD, 0xA3, 0x76, 0x9A, 0x92, 0x80, 0x78
www.eeworm.com/read/125279/6032104
makefile
CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__ -Wall $(EXTRA_CFLAGS)
INC=-I../include
LIBOBJ=twofish.o twofish_cbc.o
BLIB=libtwofish.a
.c.o:
$(CC) $(CPPFLAGS) $(CFLAGS) $(INC) -c $< -o $@
$(BLIB):
www.eeworm.com/read/185138/9056138
h platform.h
/***************************************************************************
PLATFORM.H -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug Whitin
www.eeworm.com/read/160896/10475645
h platform.h
/***************************************************************************
PLATFORM.C -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/160895/10475688
h platform.h
/***************************************************************************
PLATFORM.C -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/160894/10475729
h platform.h
/***************************************************************************
PLATFORM.C -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/274958/10843422
h platform.h
/***************************************************************************
PLATFORM.H -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/105089/6277096
h platform.h
/***************************************************************************
PLATFORM.H -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/225535/14536998
h platform.h
/***************************************************************************
PLATFORM.H -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W
www.eeworm.com/read/304961/3783642
h platform.h
/***************************************************************************
PLATFORM.H -- Platform-specific defines for TWOFISH code
Submitters:
Bruce Schneier, Counterpane Systems
Doug W