nauotit / openf4

F4 algorithm C++ library (groebner basis computations over finite fields)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package provides an implementation of the F4 algorithm over finite fields.
The prime fields of characteristic < 2^32 and the binary field extensions of degree < 64 are handled natively.
For prime fields of characteristic > 2^32 you need Givaro.
Other finite fields are not handled.

A basic installation could be done with:
autoreconf --install
./configure
make 
make install

A complete documentation is available on http://nauotit.github.io/openf4/



About

F4 algorithm C++ library (groebner basis computations over finite fields)

License:GNU General Public License v3.0


Languages

Language:C++ 80.5%Language:Shell 16.9%Language:M4 1.9%Language:Makefile 0.6%Language:C 0.1%