Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defeo/ff_compositum
Research project on composita of fields and the algebraic closure of GF(p)
https://github.com/defeo/ff_compositum
Last synced: about 4 hours ago
JSON representation
Research project on composita of fields and the algebraic closure of GF(p)
- Host: GitHub
- URL: https://github.com/defeo/ff_compositum
- Owner: defeo
- License: other
- Created: 2014-01-29T10:56:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T02:48:01.000Z (over 5 years ago)
- Last Synced: 2024-04-15T03:04:10.978Z (7 months ago)
- Language: TeX
- Size: 383 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# Fast arithmetic for the algebraic closure of finite fields
**Authors:** [Luca De Feo](http://defeo.lu), Javad Doliskani
and [Éric Schost](http://www.csd.uwo.ca/~eschost/)> We present algorithms to construct and do arithmetic operations in
> the algebraic closure of the finite field GF(p). Our
> approach is inspired by algorithms for constructing irreducible
> polynomials, which first reduce to prime power degrees, then use
> composita techniques. We use similar ideas to give efficient
> algorithms for embeddings and isomorphisms.**Notice:** this is the authors' version of the work presented at the
[International Symposium on Symbolic and Algebraic Computation 2014](http://www.issac-conference.org/2014/)
in Kobe. It is posted here by permission of ACM for your personal use,
which arguably includes your right to fork this repository. A
proceedings-frozen version was published in the *Proceedings of the
39th International Symposium on Symbolic and Algebraic Computation*,
pages 122-129, , but the
paper keeps evolving!This repository contains the [LaTeX](http://www.latex-project.org/)
source code of the paper, the code used for testing purposes, and some
more C code giving a proof-of-concept. The
[Sage](http://www.sagemath.org/) tests must be run against the
experimental branch hosted at
.