BigNum math: implementing cryptographic multiple precision arithmetic
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Rockland, MA
Syngress Pub.
©2006
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 Volltext |
Beschreibung: | 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 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 efficient multiple precision algorithms. Bignum math is the backbone of modern computer security algorithms. It is the ability to work with hundred-digit numbers efficiently using techniques that are both elegant and occasionally bizarre. This book introduces the reader to the concept of bignum algorithms and proceeds to build an entire library of functionality from the ground up. Through the use of theory, pseudo-code and actual fielded C source code the book explains each and every algorithm that goes into a modern bignum library. Excellent for the student as a learning tool and practitioner as a reference alike BigNum Math is for anyone with a background in computer science who has taken introductory level mathematic courses. The text is for students learning mathematics and cryptography as well as the practioner who needs a reference for any of the algorithms documented within. * Complete coverage of Karatsuba Multiplication, the Barrett Algorithm, Toom-Cook 3-Way Multiplication, and More * Tom St Denis is the developer of the industry standard cryptographic suite of tools called LibTom. * This book provides step-by-step exercises to enforce concepts |
Beschreibung: | 1 Online-Ressource |
ISBN: | 0080488382 1423789741 1597491128 1597491241 9780080488387 9781423789741 9781597491129 9781597491242 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043126198 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 151126s2006 |||| o||u| ||||||eng d | ||
020 | |a 0080488382 |9 0-08-048838-2 | ||
020 | |a 1423789741 |c electronic bk. |9 1-4237-8974-1 | ||
020 | |a 1597491128 |9 1-59749-112-8 | ||
020 | |a 1597491241 |c electronic bk. : Adobe Reader |9 1-59749-124-1 | ||
020 | |a 9780080488387 |9 978-0-08-048838-7 | ||
020 | |a 9781423789741 |c electronic bk. |9 978-1-4237-8974-1 | ||
020 | |a 9781597491129 |9 978-1-59749-112-9 | ||
020 | |a 9781597491242 |c electronic bk. : Adobe Reader |9 978-1-59749-124-2 | ||
035 | |a (OCoLC)70793715 | ||
035 | |a (DE-599)BVBBV043126198 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 519.7 |2 22 | |
100 | 1 | |a St. Denis, Tom |e Verfasser |4 aut | |
245 | 1 | 0 | |a BigNum math |b implementing cryptographic multiple precision arithmetic |c Tom St. Denis, Greg Rose |
264 | 1 | |a Rockland, MA |b Syngress Pub. |c ©2006 | |
300 | |a 1 Online-Ressource | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Includes bibliographical references and index | ||
500 | |a 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 | ||
500 | |a 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 efficient multiple precision algorithms. Bignum math is the backbone of modern computer security algorithms. It is the ability to work with hundred-digit numbers efficiently using techniques that are both elegant and occasionally bizarre. This book introduces the reader to the concept of bignum algorithms and proceeds to build an entire library of functionality from the ground up. Through the use of theory, pseudo-code and actual fielded C source code the book explains each and every algorithm that goes into a modern bignum library. Excellent for the student as a learning tool and practitioner as a reference alike BigNum Math is for anyone with a background in computer science who has taken introductory level mathematic courses. The text is for students learning mathematics and cryptography as well as the practioner who needs a reference for any of the algorithms documented within. * Complete coverage of Karatsuba Multiplication, the Barrett Algorithm, Toom-Cook 3-Way Multiplication, and More * Tom St Denis is the developer of the industry standard cryptographic suite of tools called LibTom. * This book provides step-by-step exercises to enforce concepts | ||
650 | 4 | |a Programming (Mathematics) | |
650 | 4 | |a Computer security | |
650 | 7 | |a MATHEMATICS / Linear & Nonlinear Programming |2 bisacsh | |
650 | 7 | |a Programming (Mathematics) |2 fast | |
650 | 4 | |a Programming (Mathematics) | |
700 | 1 | |a Rose, Greg |e Sonstige |4 oth | |
856 | 4 | 0 | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062 |x Aggregator |3 Volltext |
912 | |a ZDB-4-EBA | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-028550389 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804175560675426304 |
---|---|
any_adam_object | |
author | St. Denis, Tom |
author_facet | St. Denis, Tom |
author_role | aut |
author_sort | St. Denis, Tom |
author_variant | d t s dt dts |
building | Verbundindex |
bvnumber | BV043126198 |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)70793715 (DE-599)BVBBV043126198 |
dewey-full | 519.7 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 519 - Probabilities and applied mathematics |
dewey-raw | 519.7 |
dewey-search | 519.7 |
dewey-sort | 3519.7 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>03900nmm a2200505zc 4500</leader><controlfield tag="001">BV043126198</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">151126s2006 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0080488382</subfield><subfield code="9">0-08-048838-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1423789741</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-4237-8974-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1597491128</subfield><subfield code="9">1-59749-112-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1597491241</subfield><subfield code="c">electronic bk. : Adobe Reader</subfield><subfield code="9">1-59749-124-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780080488387</subfield><subfield code="9">978-0-08-048838-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781423789741</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-4237-8974-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781597491129</subfield><subfield code="9">978-1-59749-112-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781597491242</subfield><subfield code="c">electronic bk. : Adobe Reader</subfield><subfield code="9">978-1-59749-124-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)70793715</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043126198</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">519.7</subfield><subfield code="2">22</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">St. Denis, Tom</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">BigNum math</subfield><subfield code="b">implementing cryptographic multiple precision arithmetic</subfield><subfield code="c">Tom St. Denis, Greg Rose</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Rockland, MA</subfield><subfield code="b">Syngress Pub.</subfield><subfield code="c">©2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">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 efficient multiple precision algorithms. Bignum math is the backbone of modern computer security algorithms. It is the ability to work with hundred-digit numbers efficiently using techniques that are both elegant and occasionally bizarre. This book introduces the reader to the concept of bignum algorithms and proceeds to build an entire library of functionality from the ground up. Through the use of theory, pseudo-code and actual fielded C source code the book explains each and every algorithm that goes into a modern bignum library. Excellent for the student as a learning tool and practitioner as a reference alike BigNum Math is for anyone with a background in computer science who has taken introductory level mathematic courses. The text is for students learning mathematics and cryptography as well as the practioner who needs a reference for any of the algorithms documented within. * Complete coverage of Karatsuba Multiplication, the Barrett Algorithm, Toom-Cook 3-Way Multiplication, and More * Tom St Denis is the developer of the industry standard cryptographic suite of tools called LibTom. * This book provides step-by-step exercises to enforce concepts</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programming (Mathematics)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer security</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">MATHEMATICS / Linear & Nonlinear Programming</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programming (Mathematics)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programming (Mathematics)</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Rose, Greg</subfield><subfield code="e">Sonstige</subfield><subfield code="4">oth</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028550389</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043126198 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:18:14Z |
institution | BVB |
isbn | 0080488382 1423789741 1597491128 1597491241 9780080488387 9781423789741 9781597491129 9781597491242 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028550389 |
oclc_num | 70793715 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
physical | 1 Online-Ressource |
psigel | ZDB-4-EBA ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Syngress Pub. |
record_format | marc |
spelling | St. Denis, Tom Verfasser aut BigNum math implementing cryptographic multiple precision arithmetic Tom St. Denis, Greg Rose Rockland, MA Syngress Pub. ©2006 1 Online-Ressource txt rdacontent c rdamedia cr rdacarrier 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 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 efficient multiple precision algorithms. Bignum math is the backbone of modern computer security algorithms. It is the ability to work with hundred-digit numbers efficiently using techniques that are both elegant and occasionally bizarre. This book introduces the reader to the concept of bignum algorithms and proceeds to build an entire library of functionality from the ground up. Through the use of theory, pseudo-code and actual fielded C source code the book explains each and every algorithm that goes into a modern bignum library. Excellent for the student as a learning tool and practitioner as a reference alike BigNum Math is for anyone with a background in computer science who has taken introductory level mathematic courses. The text is for students learning mathematics and cryptography as well as the practioner who needs a reference for any of the algorithms documented within. * Complete coverage of Karatsuba Multiplication, the Barrett Algorithm, Toom-Cook 3-Way Multiplication, and More * Tom St Denis is the developer of the industry standard cryptographic suite of tools called LibTom. * This book provides step-by-step exercises to enforce concepts Programming (Mathematics) Computer security MATHEMATICS / Linear & Nonlinear Programming bisacsh Programming (Mathematics) fast Rose, Greg Sonstige oth http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062 Aggregator Volltext |
spellingShingle | St. Denis, Tom BigNum math implementing cryptographic multiple precision arithmetic Programming (Mathematics) Computer security MATHEMATICS / Linear & Nonlinear Programming bisacsh Programming (Mathematics) fast |
title | BigNum math implementing cryptographic multiple precision arithmetic |
title_auth | BigNum math implementing cryptographic multiple precision arithmetic |
title_exact_search | BigNum math implementing cryptographic multiple precision arithmetic |
title_full | BigNum math implementing cryptographic multiple precision arithmetic Tom St. Denis, Greg Rose |
title_fullStr | BigNum math implementing cryptographic multiple precision arithmetic Tom St. Denis, Greg Rose |
title_full_unstemmed | BigNum math implementing cryptographic multiple precision arithmetic Tom St. Denis, Greg Rose |
title_short | BigNum math |
title_sort | bignum math implementing cryptographic multiple precision arithmetic |
title_sub | implementing cryptographic multiple precision arithmetic |
topic | Programming (Mathematics) Computer security MATHEMATICS / Linear & Nonlinear Programming bisacsh Programming (Mathematics) fast |
topic_facet | Programming (Mathematics) Computer security MATHEMATICS / Linear & Nonlinear Programming |
url | http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=163062 |
work_keys_str_mv | AT stdenistom bignummathimplementingcryptographicmultipleprecisionarithmetic AT rosegreg bignummathimplementingcryptographicmultipleprecisionarithmetic |