Cryptography in C and C++
β Scribed by Michael Welschenbach (auth.)
- Publisher
- Apress
- Year
- 2001
- Tongue
- English
- Leaves
- 434
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Table of Contents
Front Matter....Pages i-xix
Front Matter....Pages 1-1
Introduction....Pages 3-10
Number Formats: The Representation of Large Numbers in C....Pages 11-15
Interface Semantics....Pages 17-19
The Fundamental Operations....Pages 21-63
Modular Arithmetic: Calculating with Residue Classes....Pages 65-77
Where All Roads Meet: Modular Exponentiation....Pages 79-121
Bitwise and Logical Functions....Pages 123-142
Input, Output, Assignment, Conversion....Pages 143-153
Dynamic Registers....Pages 155-163
Basic Number-Theoretic Functions....Pages 165-227
Large Random Numbers....Pages 229-241
Strategies for Testing LINT....Pages 243-253
Front Matter....Pages 255-255
Let C++ Simplify Your Life....Pages 257-274
The LINT Public Interface: Members and Friends....Pages 275-306
Error Handling....Pages 307-315
An Application Example: The RSA Cryptosystem....Pages 317-350
Do It Yourself: Test LINT....Pages 351-353
Approaches for Further Extensions....Pages 355-356
Rijndael : A Successor to the Data Encryption Standard....Pages 357-378
Back Matter....Pages 379-433
β¦ Subjects
Software Engineering/Programming and Operating Systems
π SIMILAR VOLUMES
Logic (both Classical and Non-Classical) is being increasingly related with other fields in almost every scientific discipline and human activity. In this volume we have emphasized its role in the following fields of science: Artificial Intelligence, Robotics, Informatics in general, Technology, and
<p> This book covers everything you need to know to write professional-level cryptographic code. This expanded, improved second edition includes about 100 pages ofΒ additional material as well as numerous improvements to the original text. The chapter about random number generation has been comple
Cryptography in C and C++ mainly focuses on the practical aspects involved in implementing public key cryptography methods, such as the RSA algorithm that was recently released from patent protection. It also gives both a technical overview and an implementation of the Rijndael algorithm that was se