Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Karatsuba Algorithm

  • Reference work entry
Encyclopedia of Cryptography and Security
  • 447 Accesses

Related Concepts

Finite Field Multiplication

Definition

A method for multiplying two polynomials that saves coefficient multiplications at the cost of extra additions compared to the schoolbook multiplication method.

Theory

The Karatsuba Algorithm (KA) for multiplying two polynomials was introduced in 1962 [3]. It saves coefficient multiplications at the cost of extra additions compared to the schoolbook or ordinary multiplication method. The basic KA is performed as follows. Consider two degree-1 polynomials A(x) and B(x) with n = 2 coefficients.

$$A(x) = {a}_{1}x + {a}_{0}$$
$$B(x) = {b}_{1}x + {b}_{0}$$

Let \({D}_{0},{D}_{1},{D}_{0,1}\) be auxiliary variables with

$${D}_{0} = {a}_{0}{b}_{0}$$
$${D}_{1} = {a}_{1}{b}_{1}$$
$${D}_{0,1} = ({a}_{0} + {a}_{1})({b}_{0} + {b}_{1})$$

Then the polynomial \(C(x) = A(x)B(x)\) can be calculated in the following way:

$$C(x) = {D}_{1}{x}^{2} + ({D}_{ 0,1} - {D}_{0} - {D}_{1})\ x + {D}_{0}$$

This method requires three multiplications and four...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 799.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Hardcover Book
USD 949.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Recommended Reading

  1. Bernstein DJ (2001) Multidigit multiplication for mathematicians. Accepted to Advances in Applied Mathematics, but withdrawn by author. Available at http://cr.yp.to/papers.html#m3.

  2. Erdem SS (2001) Improving the Karatsuba-Ofman multiplication algorithm for special applications. PhD thesis, Department of Electrical & Computer Engineering, Oregon State University, 8 Nov 2001

    Google Scholar 

  3. Karatsuba A, Ofman Y (1963) Multiplication of multidigit numbers on automata. Sov Phys Dokl 7:595–596

    Google Scholar 

  4. Knuth DE (1997) The art of computer programming, vol 2: Seminumerical algorithms, 3rd edn. Addison-Wesley, Reading, Massachusetts

    Google Scholar 

  5. Paar C (1994) Efficient VLSI architecture for bit parallel computation in galois fields. PhD thesis, Institute for Experimental Mathematics, University of Essen, Germany

    Google Scholar 

  6. Weimerskirch A, Paar C (2002) Generalizations of the Karatsuba algorithm for efficient implementations. Technical Report, Ruhr-University Bochum. Available at http://www.crypto.rub.de

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2011 Springer Science+Business Media, LLC

About this entry

Cite this entry

Weimerskirch, A. (2011). Karatsuba Algorithm. In: van Tilborg, H.C.A., Jajodia, S. (eds) Encyclopedia of Cryptography and Security. Springer, Boston, MA. https://doi.org/10.1007/978-1-4419-5906-5_35

Download citation

Publish with us

Policies and ethics