{"id":19821348,"url":"https://github.com/lucasmenendez/gopsi","last_synced_at":"2026-06-11T19:31:00.146Z","repository":{"id":53876332,"uuid":"498097251","full_name":"lucasmenendez/gopsi","owner":"lucasmenendez","description":"Simple Private Set Intersection implemented in pure Go.","archived":false,"fork":false,"pushed_at":"2022-08-12T15:09:29.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T20:37:37.333Z","etag":null,"topics":["bloom-filters","golang","privacy-enhancing-technologies","psi","sra"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasmenendez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-30T21:09:48.000Z","updated_at":"2024-01-18T05:39:04.000Z","dependencies_parsed_at":"2022-08-13T03:10:55.877Z","dependency_job_id":null,"html_url":"https://github.com/lucasmenendez/gopsi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasmenendez/gopsi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmenendez%2Fgopsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmenendez%2Fgopsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmenendez%2Fgopsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmenendez%2Fgopsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasmenendez","download_url":"https://codeload.github.com/lucasmenendez/gopsi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmenendez%2Fgopsi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloom-filters","golang","privacy-enhancing-technologies","psi","sra"],"created_at":"2024-11-12T10:26:53.507Z","updated_at":"2026-06-11T19:31:00.123Z","avatar_url":"https://github.com/lucasmenendez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/lucasmenendez/gopsi?status.svg)](https://godoc.org/github.com/lucasmenendez/gopsi)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lucasmenendez/gopsi)](https://goreportcard.com/report/github.com/lucasmenendez/gopsi)\n[![test](https://github.com/lucasmenendez/gopsi/workflows/test/badge.svg)](https://github.com/lucasmenendez/gopsi/actions?query=workflow%3Atest)\n[![license](https://img.shields.io/github/license/lucasmenendez/gopsi)](LICENSE)\n\n# GoPSI - Private Set Intersection in Golang\n\nSimple Private Set Intersection implemented in pure Go. It uses SRA algorithm [[1]](#references) as encryption scheme and Bloom Filters [[2]](#references) to perform set intersection.\n\n## Examples and Docs\nTwo full examples are already implemented:\n- Simple SRA encryption: [code](examples/sra_example/main.go)\n- PSI algorithm example: [docs](examples/psi_example/README.md) [code](examples/psi_example/main.go).\n\nCheckout [GoDoc Documentation](https://godoc.org/github.com/lucasmenendez/gopsi)\n\n\n## References\n\n1. Adi Shamir, Ronald L. Rivest and Leonard M. Adleman, *\"Mental Poker\"*, April 1979. https://people.csail.mit.edu/rivest/pubs/SRA81.pdf\n2. Wikipedia, *\"Bloom filter\"*, July 2005. https://en.wikipedia.org/wiki/Bloom_filter","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmenendez%2Fgopsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasmenendez%2Fgopsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmenendez%2Fgopsi/lists"}