Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyul-ryu committed Nov 22, 2023
1 parent 9e281f0 commit 41f5527
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ct_result = engine.sub(ct_mult, ct0)
result_decrypted = engine.decrode(ct_result, sk)
```

If you would like a detailed explanation, please refer to the official documentation.
If you would like a detailed explanation, please refer to the [official documentation](https://docs.desilo.ai/liberate-fhe/getting-started/quick-start).



Expand Down Expand Up @@ -100,6 +100,12 @@ pip install .



# Documentation

Please refer to [Liberate.FHE](https://docs.desilo.ai/liberate-fhe/api-references/docs) for detailed installation instructions, examples, and documentation.



# Features To Be Supported

- CKKS bootstrapping
Expand Down

0 comments on commit 41f5527

Please sign in to comment.