You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
*Swift Homomorphic Encryption* is a Swift implementation of homomorphic encryption (HE) and applications including Private Information Retrieval (PIR).
4
4
5
5
Applications of Swift Homomorphic Encryption include:
6
-
*[Live Caller ID Lookup](https://github.com/apple/live-caller-id-lookup-example)
6
+
*[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)
7
+
* See [pir-service-example](https://github.com/apple/pir-service-example) for a sample service
7
8
8
9
## Overview
9
10
Swift Homomorphic Encryption is a collection of libraries and executables.
0 commit comments