Skip to content

crate-crypto/cryptography_explorations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography exploration

The main goal of this project is to implement fast KZG commitments and test other crypto.

Lagrange interpolation

This part of the project is a Lagrange interpolation algorithm adaptation for use with points on BN254 curve. The primary goal is to test opportunities of ark-poly crate, that doesn't include constructing polynomials based on points. Lagrange interpolation is a mathematical technique that finds a polynomial passing through given points. Formula:

Lagrange Interpolation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages