Skip to content

freelerobot/thaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thaler Algorithms

Rust implementation of algorithms in Thaler's Proofs, Arguments and ZK study group.

  1. Freivald: Freivald's algorithm on matrix multiplication verification
  2. Lagrange: Multilinear extension (MLE) via Lagrange Interpolation

Get Started

cargo test
cargo bench

To run a specific test:

cargo test --test test_name.rs
cargo bench --bench bench_name.rs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages