Skip to content

defeo/sage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast composita of finite fields in Sage

This is a fork of the Sage mathematical software containing experimental code developed for the research project "Fast arithmetic for the algebraic closure of finite fields".

All the added code is contained in the directory src/sage/rings/ff_compositum, its contents are released in the public domain. For the copying conditions of Sage, see COPYING.md.

How to use

This code is a proof of concent. It is very user unfriendly and buggy. If you are interested in using it for your research project, please drop me a line, and I will try and help you.

If nevertheless you want to try it:

  1. Clone this branch.
  2. Compile Sage as usual (this usually means just make).
  3. Launch sage and from sage.rings.ff_compositum.all import FFDesc, FFElt.

See the examples in http://github.com/defeo/ff_compositum/, have fun.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • Shell 0.7%
  • C++ 0.5%
  • Gnuplot 0.3%
  • C 0.2%
  • M4 0.1%
  • Other 0.3%