8000 GitHub - j2kun/negacyclic: Implementations of cyclic and negacyclic polynomial multiplication
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

j2kun/negacyclic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Negacyclic polynomial multiplication

Code associated with the blog post, "Negacyclic Polynomial Multiplication."

To run all the tests:

python3 -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt
pytest

About

Implementations of cyclic and negacyclic polynomial multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0