代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
garner.c
/*
Author: Pate Williams (c) 1997
14.71 Algorithm Garner's Algorithm for CRT
See "Handbook of Applied Cryptography" by
Alfred J. Menezes et al page 612.
*/
#include
lehmer.c
/*
Author: Pate Williams (c) 1997
14.57 Algorithm Lehmer's gcd algorithm
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al page 607.
*/
#include
exteuc.c
/*
Author: Pate Williams (c) 1997
2.107 Algorithm Extended Euclidean algorithm
See "Handbook of Applied Cryptography" by
Alfred J. Menezes et al page 67.
*/
#include
#d
fig23_27.cpp
// Fig. 23.27: Fig23_27.cpp
// Standard Library functions equal, mismatch and lexicographical_compare.
#include
using std::cout;
using std::endl;
#include // algorithm de
fig23_31.cpp
// Fig. 23.31: Fig23_31.cpp
// Standard Library search and sort algorithms.
#include
using std::cout;
using std::endl;
#include // algorithm definitions
#include
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
garner.c
/*
Author: Pate Williams (c) 1997
14.71 Algorithm Garner's Algorithm for CRT
See "Handbook of Applied Cryptography" by
Alfred J. Menezes et al page 612.
*/
#include
lehmer.c
/*
Author: Pate Williams (c) 1997
14.57 Algorithm Lehmer's gcd algorithm
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al page 607.
*/
#include
exteuc.c
/*
Author: Pate Williams (c) 1997
2.107 Algorithm Extended Euclidean algorithm
See "Handbook of Applied Cryptography" by
Alfred J. Menezes et al page 67.
*/
#include
#d