# Fast Xor-based Erasure Coding based on Polynomial Ring Transforms

**Authors:** Jonathan Detchart, J\'er\^ome Lacan

arXiv: 1701.07731 · 2017-06-14

## TL;DR

This paper introduces a novel method for reducing the complexity of finite field multiplication in erasure codes by leveraging polynomial ring transforms, leading to more efficient software implementations.

## Contribution

It proposes a new approach using polynomial ring transforms to simplify finite field operations, improving the efficiency of erasure coding implementations.

## Key findings

- Reduced finite field multiplication complexity
- Efficient scheduling decreases operation count
- Potential for faster erasure coding algorithms

## Abstract

The complexity of software implementations of MDS erasure codes mainly depends on the efficiency of the finite field operations implementation. In this paper, we propose a method to reduce the complexity of the finite field multiplication by using fast transforms between a field and a ring to perform the multiplication in a ring. We show that moving to a ring reduces the complexity of the operations. Then, we show that this construction allows the use of simple scheduling to reduce the number of operations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.07731/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1701.07731/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1701.07731/full.md

---
Source: https://tomesphere.com/paper/1701.07731