代码搜索:如何学习 Handbook?

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

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

c mpadd.c

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

c dsa.c

/* Author: Pate Williams (c) 1997 Digital Signature Algorithm (DSA). See "Handbook of Applied Cryptography" by Alfred J. Menezes et al editors pages 452-453. */ #include
www.eeworm.com/read/386996/8714068

c des.c

/* Author: Pate Williams (c) 1997 7.82 Algorithm Data Encryption Standard See "Handbook of Applied Cryptography" by Alfred J. Menezes et al page 253. Also see "Cryptography Theory an
www.eeworm.com/read/386996/8714108

c seal.c

/* Author: Pate Williams (c) 1997 SEAL (Software-optimized Encryption Algorithm). See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 6.4.1 Section pages 213 - 216. */
www.eeworm.com/read/386996/8714111

c goldmica.c

/* Author: Pate Williams (c) 1997 Goldwasser-Micali probabilistic encryption. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 8.7.1 Section pages 307 - 308. */
www.eeworm.com/read/386996/8714141

c barrett.c

/* Author: Pate Williams (c) 1997 Barrett modular reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.3.3 Section pages 603 - 604. */ #include
www.eeworm.com/read/386996/8714144

c blumblum.c

/* Author: Pate Williams (c) 1997 The following program implements and tests the Blum-Blum-Shub random bits generator. The test suite is according to FIPS 140-1. See "Handbook of App
www.eeworm.com/read/386996/8714157

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/386996/8714180

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/386996/8714185

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