Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 288 Bytes

FiniteFields.js

A simple Finite Fields (binary) class for js. Can be used for cryptographic visualisations and for learning. Uses Math.js http://mathjs.org/ to parse expressions.

Precomputes the field in the constructor. This might take a while, and a lot of memory for large fields.