Skip to content

Commit

Permalink
chg: [doc] adds links to FIRST CTI 2024 preso
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette committed Jan 10, 2025
1 parent 54608f5 commit 5f0f153
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Private Search Set (PSS) is an extension to [standard Bloom filter](https://gith

![Private Search Set (PSS) - Overview](https://raw.githubusercontent.com/hashlookup/private-search-set/main/doc/diagram/pss-overview.png)

## FIRST CTI 2024 presentation

[![FIRST CTI 2024 presentation](https://raw.githubusercontent.com/hashlookup/private-search-set/main/assets/firstcti2024.png)](https://www.youtube.com/watch?v=Ns-0XhDrQyw)

[slides](https://raw.githubusercontent.com/hashlookup/private-search-set/main/assets/first-cti-pss-circl.pdf)

## Abstract

The Private Search Set (PSS) is an extension to the standard Bloom filter or a standalone hash file to describe and share private set. It provides features such as fast lookup of values without disclosing the values, easy distribution of private sets to a group of users or organizations, watermarking and tracking down potential leak of a private search set (PSS), offline private search, and flexible meta-format to describe and extend the private search set (PSS).
Expand Down
Binary file added assets/first-cti-pss-circl.pdf
Binary file not shown.
Binary file added assets/firstcti2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f0f153

Please sign in to comment.