dpf

Crates.iodpf
lib.rsdpf
version0.2.0
sourcesrc
created_at2022-09-11 17:50:30.741081
updated_at2022-09-27 18:59:30.554234
descriptionA crate for the management of Distributed Point Functions
homepage
repositoryhttps://github.com/MatanHamilis/DPF/
max_upload_size
id663152
size39,040
Matan Hamilis (MatanHamilis)

documentation

README

Distributed Point Function

This crate gives the basic functionality of a cryptographic distributed point function, a cryptographic construction first proposed by Gilboa and Ishai [GI14] and later improved by Boyle, Gilboa and Ishai [BGI16].

With this primitive a unit vector $\vec{e}$ of size $N$ (that is, a vector with zeros in all coordinates except for a single coordinate) can be additively secret shared between two parties such that each share can be described using a key of size $\log N$ while merely assuming the existance of one-way-functions.

Bug Reporting and Feature Request

In case you find a bug or have an extra feature in mind you are interested in, feel free to submit an issue at the issues page.

Notice: This is a very early stage cryptographic library. USE AT YOUR OWN RISK! ZERO WARRENTY GUARANTEED.

Changelog

v0.2.0 (27/9/2022)

  • Removed Packed DPF.
  • Added DPF iterator.
Commit count: 6

cargo fmt