Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huelse committed May 5, 2022
1 parent 0d4f259 commit 85787b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,10 @@ This is a python binding for the Microsoft SEAL library.

* ### Serialize

In most situations, you can use the SEAL's native serialize API to save the data, here is an example:
See more in `examples/7_serialization.py`, here is a simple example:

```python
cipher.save('cipher')
load_cipher = Ciphertext()
load_cipher.load(context, 'cipher') # work if the context is valid.
```
Expand Down

0 comments on commit 85787b9

Please sign in to comment.