Skip to content

MatanHamilis/dmpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improved Constructions for Distributed Multi-Point Functions

This repository contains the code for the the "Improved Constructions for Distributed Multi-Point Functions" by Elette Boyle, Niv Gilboa, Matan Hamillis, Yuval Ishai and Yaxin Tu, accepted to IEEE S&P 2025.

For further information on the benchmarks please use the benches directory.

Useful FFT Benchmarks

We provide some useful FFT benchmarks in the ole-pcg/benches/fft.rs file. To run them for benchmark sizes of $$2^{17}$$ to $$2^{25}$$, use the following command:

FFT_BENCH_MIN_LOG_SIZE=17 FFT_BENCH_MAX_LOG_SIZE=25 cargo bench --workspace --bench fft 

The FFT benchmarks are over a 64-bit prime field, and are single-threaded.

About

Improved Constructions for Distributed Multi-Point Functions - accepted to IEEE S&P 2025

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages