From 41f55274165f955a07da3e80a384576a42b50d5e Mon Sep 17 00:00:00 2001 From: hanyul-ryu Date: Wed, 22 Nov 2023 21:05:32 +0900 Subject: [PATCH] modify README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8461bf9..86125c2 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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