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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The PNNS implementation in Swift Homomorphic Encryption uses homomorphic encrypt
79
79
Swift Homomorphic Encryption requires:
80
80
* 64-bit processor with little-endian memory representation
81
81
* macOS or Linux operating system
82
-
*[Swift](https://www.swift.org/) version 6.0 or later
82
+
*[Swift](https://www.swift.org/) version 5.10 or later
83
83
84
84
> [!NOTE]
85
85
> Swift Homomorphic Encryption relies on [SystemRandomNumberGenerator](https://developer.apple.com/documentation/swift/systemrandomnumbergenerator) as a cryptographically secure random number generator, which may have platform-dependent behavior.
@@ -134,7 +134,7 @@ swift run -c release EncryptionParametersSnippet
134
134
## Developing Swift Homomorphic Encryption
135
135
### Dependencies
136
136
Building Swift Homomorphic Encryption requires:
137
-
*[Swift](https://www.swift.org/) version 6.0 or later
137
+
*[Swift](https://www.swift.org/) version 5.10 or later
138
138
139
139
Additionally, developing Swift Homomorphic Encryption requires:
Copy file name to clipboardExpand all lines: Sources/HomomorphicEncryption/HomomorphicEncryption.docc/UsingSwiftHomomorphicEncryption.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Get started using Swift Homomorphic Encryption.
6
6
Swift Homomorphic Encryption requires:
7
7
* 64-bit processor with little-endian memory representation
8
8
* macOS or Linux operating system
9
-
*[Swift](https://www.swift.org/) version 6.0 or later
9
+
*[Swift](https://www.swift.org/) version 5.10 or later
10
10
11
11
> Note: Swift Homomorphic Encryption relies on [SystemRandomNumberGenerator](https://developer.apple.com/documentation/swift/systemrandomnumbergenerator) as a cryptographically secure random number generator, which may have platform-dependent behavior.
0 commit comments