You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago | |
client.go | 5 years ago | |
server.go | 5 years ago | |
vassago_test.go | 5 years ago |
README.md
Vassago: Private Information Retrieval
Vassago is a client/server implementation of PIRMAP[1], an efficient single-server PIR focused on retreiving large information in a metadata-resisant way.
Vassago buckets records by recency e.g. a request for bucket 0 will return the bucket with the most recently added items.
This library is a work in progress, unvetted, unaudited. Please do not use this unless you understand the risks of doing so.
- [1] Mayberry, Travis, Erik-Oliver Blass, and Agnes Hui Chan. "PIRMAP: Efficient private information retrieval for MapReduce." International Conference on Financial Cryptography and Data Security. Springer, Berlin, Heidelberg, 2013.