BigNum math implementing cryptographic multiple precision arithmetic

Implementing cryptography requires integers of significant magnitude to resist cryptanalytic attacks. Modern programming languages only provide support for integers which are relatively small and single precision. The purpose of this text is to instruct the reader regarding how to implement efficien...

Full description

Bibliographic Details
Main Author: St. Denis, Tom
Other Authors: Rose, Greg
Format: eBook
Language:English
Published: Rockland, MA Syngress Pub. 2006
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • Introduction; Multiple Precision Arithmetic; Exercises; Portability and Stability; Getting Started; Maintenance Algorithms; Basic Operations; Sign Manipulation; Basic Arithmetic; Multiplication and Squaring; The Multipliers; Multiplication; Modular Reduction; Basics of Modular Reduction; Exponentiation; Exponentiation Basics; Higher Level Algorithms; Number Theoretic Algorithms