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...
Main Author: | |
---|---|
Other Authors: | |
Format: | eBook |
Language: | Inglés |
Published: |
Rockland, MA :
Syngress Publishing
c2006.
|
Edition: | 1st edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626864206719 |
Table of Contents:
- Cover; Contents; List of Figures; Preface; Chapter 1 Introduction; Chapter 2 Getting Started; Chapter 3 Basic Operations; Chapter 4 Basic Arithmetic; Chapter 5 Multiplication and Squaring; Chapter 6 Modular Reduction; Chapter 7 Exponentiation; Chapter 8 Higher Level Algorithms; Chapter 9 Number Theoretic Algorithms; Bibliography; Index