The Wayback Machine - https://web.archive.org/web/20200905091333/https://github.com/nimocat/gopoly
Skip to content

πŸ’ŽA library for Golang polynomial operations. Used for cryptographically related polynomial calculations to complement the missing polynomial calculations in Gonum. Expanded based on the math/big package, native, without relying on other extensions

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

gopoly

Introduction

This library, which complements the polynomial operations missing in Gonum, currently only supports evaluation and multiplication, but that's enough for me. And the library is still being updated. If you have any idea, please contact me, thank you

Install

  1. Just run
go get "github.com/nimocat/gopoly"

in your terminal.

  1. Enjoy it!

About

πŸ’ŽA library for Golang polynomial operations. Used for cryptographically related polynomial calculations to complement the missing polynomial calculations in Gonum. Expanded based on the math/big package, native, without relying on other extensions

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.