代码搜索:如何学习 Handbook?

找到约 10,000 项符合「如何学习 Handbook?」的源代码

代码结果 10,000
www.eeworm.com/read/290293/8491378

c binegcd.c

/* Author: Pate Williams (c) 1997 Extended binary Euclid algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al Section 14.4.3 pages 608 - 610. */ #inc
www.eeworm.com/read/290293/8491398

c gordon.c

/* Author: Pate Williams (c) 1997 Gordon's algorithm for generating strong primes. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 4.53 Algorithm page 150. */
www.eeworm.com/read/290293/8491404

c bingcd.c

/* Author: Pate Williams (c) 1997 14.54 Algorithm Binary gcd algorithm See "Handbook of Applied Cryptography" by Alfred J. Menezes et al page 606. */ #include #in
www.eeworm.com/read/290293/8491438

c mpsub.c

/* Author: Pate Williams (c) 1997 Multiple-precision subtraction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.2.2 Section pages 594 - 595. */ #inclu
www.eeworm.com/read/290293/8491448

c mpsqr.c

/* Author: Pate Williams (c) 1997 Multiple-precision squaring. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.2.4 Section pages 596 - 597. */ #include
www.eeworm.com/read/290293/8491451

c index.c

/* Author: Pate Williams (c) 1997 Index-calculus algorithm for computing discrete logarithms. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 3.6.5 Section 3.68 Alg
www.eeworm.com/read/290293/8491453

c knapsack.c

/* Author: Pate Williams (c) 1997 Solution of the subset problem using LLL reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al pages 120 - 121. */ #inclu
www.eeworm.com/read/290293/8491482

c solovay.c

/* Author: Pate Williams (c) 1997 4.18 Algorithm Solovay-Strassen probabilistic primality test. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al page 138. */
www.eeworm.com/read/290293/8491494

c polyee.c

/* Author: Pate Williams (c) 1997 Polynomial extended Euclidean algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 2.6.2 Section 2.2.1 Algorithm page 82. *
www.eeworm.com/read/290293/8491510

c mpdiv.c

/* Author: Pate Williams (c) 1997 Multiple-precision division. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.2.5 Section pages 598 - 599. */ #include