代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/212175/4939055
c null-cipher.c
/*
* null.c
*
* A null cipher implementation. This cipher leaves the plaintext
* unchanged.
*
* David A. McGrew
* Cisco Systems, Inc.
*/
/*
*
* Copyright (c) 2001, 2002, Cisco Systems, I
www.eeworm.com/read/201813/5056670
txt cipher_tv.txt
Cipher Test Vectors
These are test encryptions with key of nn bytes '00 01 02 03 .. (nn-1)' and original PT of the same style.
The output of step N is used as the key and plaintext for step N+1 (key
www.eeworm.com/read/201813/5056848
h tomcrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/188820/5206542
rc2 cipher.rc2
//
// CIPHER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/176316/5338709
c cipher-aes.c
/*
* Rijndael (AES) cipher implementation
*
* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
* 2002 Hebert Valerio Riedel
*
* This implementation is ba
www.eeworm.com/read/176316/5338710
c cipher-gost.c
/* $Id: cipher-gost.c,v 1.7 2002/10/04 10:05:23 hvr Exp $
*
* The GOST 28147-89 cipher
*
* This is based on the 25 November 1993 draft translation
* by Aleksandr Malchik, with Whitfield Diffie, o
www.eeworm.com/read/176316/5338711
c cipher-serpent.c
/* $Id: cipher-serpent.c,v 1.10 2002/09/04 20:39:31 hvr Exp $
*
* Optimized implementation of the Serpent AES candidate algorithm
* Designed by Anderson, Biham and Knudsen and implemented by
* G
www.eeworm.com/read/176316/5338713
h gen-cipher.h
/*
Generic cipher template header
$Id: gen-cipher.h,v 1.8 2002/08/17 18:06:29 hvr Exp $
Written by Herbert Valerio Riedel
This program is free software; you can redistrib
www.eeworm.com/read/176316/5338715
c cipher-idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm
www.eeworm.com/read/176316/5338716
c cipher-des.c
/*
* Sourcecode created by descore. Descore is under GPL and from
* Dana L. How .
*
* Modified by Raimar Falke for the Linux-Kernel.
*
* This pro