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...

Descripción completa

Detalles Bibliográficos
Autor principal: St. Denis, Tom (-)
Otros Autores: Rose, Greg
Formato: Libro electrónico
Idioma:Inglés
Publicado: Rockland, MA : Syngress Publishing c2006.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626864206719
Tabla de Contenidos:
  • 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