You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a simplified version of Shamir's Secret Sharing algorithm to find the constant term of a polynomial using Lagrange interpolation. Given a set of points encoded in a JSON format with different bases, this tool decodes the points, performs interpolation, and calculates the constant term.