Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 967 Bytes

File metadata and controls

38 lines (22 loc) · 967 Bytes

Poly-interpolation

Team

  1. Adarsh Anand
  2. Vivek Bandrele

Introduction

This project is a part of the course CS 425 - Coding theory and Cryptography at IIT Goa. The project is based on the paper Polynomial Interpolation by William F. Smyth.

Polynomial interpolation is a method of finding a polynomial that passes through a given set of points. The method is used in cryptography to find a polynomial that passes through a set of points and then use the polynomial to find the secret key. The method is also used in the field of numerical analysis to find the polynomial that passes through a set of points.

Installation

  1. Clone the repository
git clone https://github.com/adarshanand67/Poly-interpolation
  1. Install the dependencies
npm install
  1. Run the server
npm start

Usage

  1. Open the browser and go to the url localhost:3000