[Resource Topic] 2023/375: Accelerating exp-log based finite field multiplication

Welcome to the resource topic for 2023/375

Title:
Accelerating exp-log based finite field multiplication

Authors: Nicolas Belleville

Abstract:

Finite field multiplication is widely used for masking countermeasures against side-channel attacks. The execution time of finite field multiplication implementation is critical as it greatly impacts the overhead of the countermeasure. In this context, the use of exp-log tables is popular for the implementation of finite field multiplication. Yet, its performance is affected by the need for particular code to handle the case where one of the operands equals zero, as log is undefined for zero. As noticed by two recent papers, the zero case can be managed without any extra code by extending the exp table and setting log[0] to a large-enough value. The multiplication of a and b then becomes as simple as: exp[log[a]+log[b]]. In this paper, we compare this approach with other implementations of finite field multiplication and show that it provides a good trade-off between memory use and execution time.

ePrint: https://eprint.iacr.org/2023/375

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .