File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Sources/HomomorphicEncryption/HomomorphicEncryption.docc Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ Homomorphic Encryption (HE) enables computation on encrypted data.
55## Overview
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:
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
1212and 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
1818Swift Homomorphic Encryption implements a special form of cryptography called homomorphic encryption (HE).
You can’t perform that action at this time.
0 commit comments