From 54d0a4d120d415ae75cc538c7cf72ffa7fd916be Mon Sep 17 00:00:00 2001 From: hanyul-ryu Date: Wed, 29 Nov 2023 16:33:13 +0900 Subject: [PATCH] typos --- README.md | 2 +- pyproject.toml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2c1762..1f88d77 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 0d36ae6..7b8e29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",