package
0.0.0-20180728155515-87c5b9784915
Repository: https://github.com/superarius/shamir.git
Documentation: pkg.go.dev

# README

Modular

A simple package that does basic finite field, modular arithmetic under the hood. For integer operations use the modular.Int type and methods (which follow along pretty closely to the big.Int basic methods)

For basic matrix operations with finite field elements (scalar multiplication, matrix multiplication, and inverses) use the modular.matrix methods.