代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

adler32.inc

; ----------------------------------------------------- ; ; Adler32 checksum algorithm ; ; ----------------------------------------------------- ; align 4 proc Adler

rijndael.cpp

// This is an independent implementation of the encryption algorithm: // // RIJNDAEL by Joan Daemen and Vincent Rijme

rijndael.cpp

// This is an independent implementation of the encryption algorithm: // // RIJNDAEL by Joan Daemen and Vincent Rij

rijndael.cpp

// This is an independent implementation of the encryption algorithm: // // RIJNDAEL by Joan Daemen and Vincent Rij

serpent.c

/* This is an independent implementation of the encryption algorithm: */ /* */ /* Serpent by Ross Anderson, Eli Biham

playerlevelstate.cpp

// PlayerLevelState.cpp // ///////////////////////////////////////////////////////////////////////////// #include #include "PlayerLevelState.h" ///////////////////////////////////

loki.c

/* This is an independent implementation of the encryption algorithm: */ /* */ /* LOKI97 by Brown and Pieprzyk

md5_check.cpp

#ifdef WIN32 /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This cod

sha1.c

/* Author: Pate Williams (c) 1997 Secure hash algorithm updated version. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al editors, 9.53 Algorithm page 348. */ #i

mpqs.c

/* Author: Pate Williams (c) 1997 Quadratic sieve factoring algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 3.21 Algorithm page 96. Also see "A Course in