Skip to content

Commit cf5a7d7

Browse files
authored
Prepare for 1.0.0 release (#117)
1 parent eea4996 commit cf5a7d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ While this *trivial PNNS* protocol satisfies the privacy and correctness require
7575

7676
The PNNS implementation in Swift Homomorphic Encryption uses homomorphic encryption to improve upon the trivial PNNS protocol.
7777

78-
7978
## Using Swift Homomorphic Encryption
8079
Swift Homomorphic Encryption requires:
8180
* 64-bit processor with little-endian memory representation
@@ -93,7 +92,7 @@ Then, add the following dependency in your `Package.swift`
9392
url: "https://github.com/apple/swift-homomorphic-encryption",
9493
from: "tag"),
9594
```
96-
, replacing `tag` with your chosen tag, e.g. `1.0.0-alpha.3`.
95+
, replacing `tag` with your chosen tag, e.g. `1.0.0`.
9796

9897
To use the `HomomorphicEncryption` library, add
9998
```swift

Sources/HomomorphicEncryption/HomomorphicEncryption.docc/UsingSwiftHomomorphicEncryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then, add the following dependency in your `Package.swift`
1818
url: "https://github.com/apple/swift-homomorphic-encryption",
1919
from: "tag"),
2020
```
21-
replacing `tag` with your chosen tag, e.g. `1.0.0-alpha.3`.
21+
replacing `tag` with your chosen tag, e.g. `1.0.0`.
2222

2323
To use the `HomomorphicEncryption` library, add
2424
```swift

0 commit comments

Comments
 (0)