Browse Source

Update README.md

yspolyakov 1 year ago
parent
commit
90e1f24558
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -8,6 +8,7 @@
     - [Installing the .so: Conda](#conda)
     - [Installing the .so: System](#system-install)
 - [Running Examples](#code-examples)
+- [OpenFHE Python Wrapper API](#openfhe-python-wrapper-api)
 
 ## Building
 
@@ -109,5 +110,8 @@ To get familiar with the OpenFHE Python API, check out the examples:
   <!-- - [Small-Precison Arbitrary Function Evaluation](src/binfhe/examples/eval-function.py) -->
   <!-- - Threshold FHE:  -->
   <!-- - [Code Example for BGV, BFV, and CKKS](src/pke/examples/threshold-fhe.py) -->
-  <!-- - [Code Example for BFV with 5 parties](src/pke/examples/threshold-fhe-5p.py) -->
+  <!-- - [Code Example for BFV with 5 parties](src/pke/examples/threshold-fhe-5p.py) 
 
+## OpenFHE Python Wrapper API
+
+[OpenFHE Python Wrapper Documentation](https://openfheorg.github.io/openfhe-python/html/index.html)