Cryptography in C and C++

This book covers everything you need to know to write professional-level cryptographic code. This expanded, improved second edition includes about 100 pages of new material as well as numerous improvements to the original text. The chapter about random number generation has been completely rewritten...

Volledige beschrijving

Bewaard in:
Bibliografische gegevens
Hoofdauteur: Welschenbach, Michael. (Auteur, http://id.loc.gov/vocabulary/relators/aut)
Coauteur: SpringerLink (Online service)
Formaat: Elektronisch E-boek
Taal:English
Gepubliceerd in: Berkeley, CA : Apress : Imprint: Apress, 2005.
Editie:2nd ed. 2005.
Onderwerpen:
Online toegang:https://doi.org/10.1007/978-1-4302-0026-0
Tags: Voeg label toe
Geen labels, Wees de eerste die dit record labelt!
Inhoudsopgave:
  • Arithmetic and Number Theory in C
  • Number Formats: The Representation of Large Numbers in C
  • Interface Semantics
  • The Fundamental Operations
  • Modular Arithmetic: Calculating with Residue Classes
  • Where All Roads Meet: Modular Exponentiation
  • Bitwise and Logical Functions
  • Input, Output, Assignment, Conversion
  • Dynamic Registers
  • Basic Number-Theoretic Functions
  • Rijndael: A Successor
  • Large Random Numbers
  • Strategies for Testing LINT
  • Arithmetic in C++ with the Class LINT
  • Let C++ Simplify Your Life
  • The LINT Public Interface: Members and Friends
  • Error Handling
  • An Application Example: The RSA Cryptosystem
  • Do It Yourself: Test LINT
  • Approaches for Further Extensions.