Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 324 Bytes

Binary Extension Field

Introduction

This is an experimental implementation of binary extension field operations.

To construct a binary extension finite field GF(2^n), an irreducible polynomial f(x) over GF(2) of degree n is used. In current implementation, it requires that the degree must be strictly less than 64.