kraftmultiplikation
Kraftmultiplikation is a term occasionally encountered in informal discussions to describe efficient techniques for multiplying large numbers, emphasizing the computational power (Kraft) applied to the task. It is not a standard or formal designation in mathematical or computer-science literature; in scholarly contexts the topic is usually referred to as the multiplication of large integers or fast multiplication algorithms.
In formal terms, the field studies methods for multiplying large integers faster than the naive O(n^2) schoolbook
Applications of fast multiplication span cryptography, computational number theory, and arbitrary-precision arithmetic libraries. Implementations in widely
See also: large-integer arithmetic, fast Fourier transform, Karatsuba algorithm, Toom-Cook, Schönhage-Strassen.