Skip to content

Commit 4149a25

Browse files
authored
More documentation links to swift package index (#20)
1 parent 202c344 commit 4149a25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Sources/HomomorphicEncryption/HomomorphicEncryption.docc/HomomorphicEncryption.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Homomorphic Encryption (HE) enables computation on encrypted data.
55
## Overview
66
Swift Homomorphic Encryption is a collection of libraries and executables implementing homomorphic encryption (HE) and applications, such as private information retrieval (PIR).
77
For more information, refer to documentation for the libraries:
8-
* [HomomorphicEncryptionProtobuf](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/HomomorphicEncryptionProtobuf/HomomorphicEncryptionProtobuf.docc/HomomorphicEncryptionProtobuf.md)
9-
* [PrivateInformationRetrieval](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PrivateInformationRetrieval/PrivateInformationRetrieval.docc/PrivateInformationRetrieval.md)
10-
* [PrivateInformationRetrievalProtobuf](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PrivateInformationRetrievalProtobuf/PrivateInformationRetrievalProtobuf.docc/PrivateInformationRetrievalProtobuf.md)
8+
* [HomomorphicEncryptionProtobuf](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/homomorphicencryptionprotobuf)
9+
* [PrivateInformationRetrieval](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privateinformationretrieval)
10+
* [PrivateInformationRetrievalProtobuf](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/privateinformationretrievalprotobuf)
1111

1212
and executables:
13-
* [PIRGenerateDatabase](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PIRGenerateDatabase/PIRGenerateDatabase.docc/PIRGenerateDatabase.md)
14-
* [PIRProcessDatabase](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PIRProcessDatabase/PIRProcessDatabase.docc/PIRProcessDatabase.md)
15-
* [PIRShardDatabase](https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PIRShardDatabase/PIRShardDatabase.docc/PIRShardDatabase.md)
13+
* [PIRGenerateDatabase](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/pirgeneratedatabase)
14+
* [PIRProcessDatabase](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/pirprocessdatabase)
15+
* [PIRShardDatabase](https://swiftpackageindex.com/apple/swift-homomorphic-encryption/main/documentation/pirsharddatabase)
1616

1717
### Background
1818
Swift Homomorphic Encryption implements a special form of cryptography called homomorphic encryption (HE).

0 commit comments

Comments
 (0)