Skip to content
/ gopoly Public

💎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

License

Notifications You must be signed in to change notification settings

nimocat/gopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages