Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*Swift Homomorphic Encryption* is a Swift implementation of homomorphic encryption (HE) and applications including Private Information Retrieval (PIR).

Applications of Swift Homomorphic Encryption include:
* [Live Caller ID Lookup](https://github.com/apple/live-caller-id-lookup-example)
* [Live Caller ID Lookup](https://developer.apple.com/documentation/identitylookup/getting-up-to-date-calling-and-blocking-information-for-your-app) & [Network Extension URL Filter](https://developer.apple.com/documentation/networkextension/url-filters)
* See https://github.com/apple/pir-service-example for a sample service

## Overview
Swift Homomorphic Encryption is a collection of libraries and executables.
Expand Down