Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyul-ryu committed Nov 29, 2023
1 parent ab051c7 commit 54d0a4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from liberate import fhe
from liberate.fhe import presets

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

engine = fhe.ckks_engine(**params, verbose=True)
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ maintainers = [
readme = [
"README.md"
]

homepage = "https://desilo.ai/"
documentation = "https://docs.desilo.ai/liberate-fhe/"
repository = "https://github.com/desilo/liberate-fhe"
repository = "https://github.com/desilo/liberate-fhe/"

license = "BSD-3-Clause-Clear"

keywords = [
"DESILO", "python", "cryptohraphy", "privacy", "encryption", "cuda",
"homoomrphic encryption", "homomorphic encryption library", "fhe", "gpu accelerated", "liberate"
"DESILO", "python", "cryptoghraphy", "privacy", "encryption", "cuda",
"homomorphic encryption", "homomorphic encryption library", "fhe", "gpu accelerated", "liberate"
]
classifiers = [
"Environment :: GPU :: NVIDIA CUDA",
Expand Down

0 comments on commit 54d0a4d

Please sign in to comment.