Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 389 Bytes

Math library

Nillion mathematical library.

It includes the next types/operations

  • Big Integer remainder euclidean
  • Creation of random Big Integer helpers
  • Some prime numbers
  • Big Integers to vit array transformation
  • Modular Big Integers and it's operation (+, -, *, /, inverse, pow)
  • Polynomial construction and evaluation
  • Point Sequence with lagrange interpolation operation