Skip to content

Commit

Permalink
Merge branch '1-v090' of github.com-desilo:Desilo/liberate into 1-v090
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyul-ryu committed Nov 23, 2023
2 parents 1cce6d1 + 742c9f4 commit a797480
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Additionally, several design decisions were made to maximize the usability of th
- Make the number of dependencies minimal.
- Make the software easily hackable.
- Set the usage of multiple GPUs as the default.
- Make the resulting library easily integrated with the pre-existing software, especially the Artificial Intelligence (
- Make the resulting library easily integrated with the pre-existing software, especially Artificial Intelligence (
AI) related ones.

# Key Features
Expand All @@ -29,7 +29,7 @@ Additionally, several design decisions were made to maximize the usability of th
from liberate import fhe
from liberate.fhe import presets

# Generate ckks engine with preseting parameter
# Generate CKKS engine with preset parameters
grade = "silver" # logN=14
params = presets.params[grade]

Expand Down Expand Up @@ -100,15 +100,18 @@ pip install .
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
- Liberate.FHE CPU version
# Citing Liberate.FHE

# License

- Liberate.FHE is available under the *BSD 3-Clause Clear license*.
```text
@Misc{Liberate_FHE,
title={{Liberate.FHE: A New FHE Library for Bridging the Gap between Theory and Practice with a Focus on Performance and Accuracy}},
author={DESILO},
year={2023},
note={\url{https://github.com/Desilo/liberate}},
}
```

# Support
# License

- Support forum : TBD
- Liberate.FHE is available under the *BSD 3-Clause Clear license*. If you have any questions, please contact us at [email protected].

0 comments on commit a797480

Please sign in to comment.