Skip to content

Commit

Permalink
Prepare for 1.0.0 release (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer authored Oct 1, 2024
1 parent eea4996 commit cf5a7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ While this *trivial PNNS* protocol satisfies the privacy and correctness require

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


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

To use the `HomomorphicEncryption` library, add
```swift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then, add the following dependency in your `Package.swift`
url: "https://github.com/apple/swift-homomorphic-encryption",
from: "tag"),
```
replacing `tag` with your chosen tag, e.g. `1.0.0-alpha.3`.
replacing `tag` with your chosen tag, e.g. `1.0.0`.

To use the `HomomorphicEncryption` library, add
```swift
Expand Down

0 comments on commit cf5a7d7

Please sign in to comment.