Skip to content

jukworks/polynomial

Repository files navigation

polynomial

Go library for handling polynomial with big-integer coefficients

This library handles polynomials made of BigInterger coefficients. BigInteger is usually used for cryptographic things. Supported arithmetic: add, substract, multiply, divide (and reminder), GCD with modulo arithmetic.

About

Go library for handling polynomial with big-integer coefficients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages