An open API service indexing awesome lists of open source software.

https://github.com/borisskert/go-schoenhagestrassen


https://github.com/borisskert/go-schoenhagestrassen

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-Schönhage-Strassen

## What is this?

This is a Go implementation of the Schönhage-Strassen algorithm for multiplying large integers. The algorithm is
described in the paper "Schnelle Multiplikation großer Zahlen" by Arnold Schönhage and Volker Strassen.

## Why?

I wanted to learn more about the Schönhage-Strassen algorithm and thought that implementing it would be a good way to
do so.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.