File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Sources/HomomorphicEncryption/HomomorphicEncryption.docc Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ let package = Package(
2828 // Products define the executables and libraries a package produces, making them visible to other packages.
2929 . library(
3030 name: " HomomorphicEncryption " ,
31- targets: [ " HomomorphicEncryption " ,
32- " PrivateInformationRetrieval " ] ) ,
31+ targets: [ " HomomorphicEncryption " ] ) ,
32+ . library(
33+ name: " PrivateInformationRetrieval " ,
34+ targets: [ " PrivateInformationRetrieval " ] ) ,
3335 . library(
3436 name: " HomomorphicEncryptionProtobuf " ,
3537 targets: [ " HomomorphicEncryptionProtobuf " ] ) ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Applications of Swift Homomorphic Encryption include:
99Swift Homomorphic Encryption is a collection of libraries and executables.
1010For more information, refer to documentation for the libraries:
1111* [ HomomorphicEncryption] ( Sources/HomomorphicEncryption/HomomorphicEncryption.docc/HomomorphicEncryption.md )
12+ * [ PrivateInformationRetrieval] ( Sources/PrivateInformationRetrieval/PrivateInformationRetrieval.docc/PrivateInformationRetrieval.md )
1213* [ HomomorphicEncryptionProtobuf] ( Sources/HomomorphicEncryptionProtobuf/HomomorphicEncryptionProtobuf.docc/HomomorphicEncryptionProtobuf.md )
1314* [ PrivateInformationRetrievalProtobuf] ( Sources/PrivateInformationRetrievalProtobuf/PrivateInformationRetrievalProtobuf.docc/PrivateInformationRetrievalProtobuf.md )
1415
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Homomorphic Encryption (HE) enables computation on encrypted data.
66Swift Homomorphic Encryption is a collection of libraries and executables implementing homomorphic encryption (HE) and applications, such as private information retrieval (PIR).
77For more information, refer to documentation for the libraries:
88* [ 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 )
910* [ PrivateInformationRetrievalProtobuf] ( https://github.com/apple/swift-homomorphic-encryption/blob/main/Sources/PrivateInformationRetrievalProtobuf/PrivateInformationRetrievalProtobuf.docc/PrivateInformationRetrievalProtobuf.md )
1011
1112and executables:
You can’t perform that action at this time.
0 commit comments