xuyuji9000 / math-playground

0 stars 0 forks source link

Learn about "polynomial interpolation" #1

Open xuyuji9000 opened 2 years ago

xuyuji9000 commented 2 years ago

Introduction

The reason I'm trying to learn about "polynomial interpolation" is because of Dark Crystal, introduced by a friend.

Dark Crystal is a tool for sensitive data management.

Dark Crystal is an implementation of Shamir's Secret Sharing.

Shamir's Secret Sharing uses a type of mathematics called polynomial interpolation over finite field.

xuyuji9000 commented 2 years ago

Interpolation | Lecture 43 | Numerical Methods for Engineers

This video

xuyuji9000 commented 2 years ago

Field Definition (expanded) - Abstract Algebra

This video introduces the concept of field.

xuyuji9000 commented 2 years ago

Learning Cryptography, Part 1: Finite Fields

This article gives a pretty nice basic explanation of finite field.