diff --git a/openfhe.spec b/openfhe.spec index 9044bfd..9b768b7 100644 --- a/openfhe.spec +++ b/openfhe.spec @@ -20,7 +20,7 @@ Name: openfhe Version: 1.2.3 Release: 0 -Summary: Open-Source Fully Homomorphic Encryption Library +Summary: Fully Homomorphic Encryption Library License: BSD-2-Clause Group: Development/Libraries/C and C++ URL: https://openfhe.org/ @@ -29,37 +29,41 @@ BuildRequires: cmake >= 3.10 BuildRequires: gcc-c++ %description -Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. OpenFHE is an open-source FHE library that includes efficient implementations of all common FHE schemes: - * Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic - * Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic - * Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic (includes approximate bootstrapping) - * Ducas-Micciancio (DM/FHEW), Chillotti-Gama-Georgieva-Izabachene (CGGI/TFHE), and Lee-Micciancio-Kim-Choi-Deryabin-Eom-Yoo (LMKCDEY) schemes for evaluating Boolean circuits and arbitrary functions over larger plaintext spaces using lookup tables - +Fully Homomorphic Encryption (FHE) is a cryptographic primitive that +performs computations over encrypted data without having access to +the secret key. %package -n %{libsoname} -Summary: Open-Source Fully Homomorphic Encryption Library -Group: Development/Libraries/C and C++ +Summary: Fully Homomorphic Encryption Library +Group: System/Libraries %description -n %{libsoname} -Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. OpenFHE is an open-source FHE library that includes efficient implementations of all common FHE schemes: - * Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic - * Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic - * Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic (includes approximate bootstrapping) - * Ducas-Micciancio (DM/FHEW), Chillotti-Gama-Georgieva-Izabachene (CGGI/TFHE), and Lee-Micciancio-Kim-Choi-Deryabin-Eom-Yoo (LMKCDEY) schemes for evaluating Boolean circuits and arbitrary functions over larger plaintext spaces using lookup tables +Fully Homomorphic Encryption (FHE) is a cryptographic primitive that +performs computations over encrypted data without having access to +the secret key. OpenFHE includes implementations of all common FHE +schemes: +* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic +* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic +* Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic + (includes approximate bootstrapping) +* Ducas-Micciancio (DM/FHEW), Chillotti-Gama-Georgieva-Izabachene + (CGGI/TFHE), and Lee-Micciancio-Kim-Choi-Deryabin-Eom-Yoo (LMKCDEY) + schemes for evaluating Boolean circuits and arbitrary functions + over larger plaintext spaces using lookup tables %package devel -Summary: Open-Source Fully Homomorphic Encryption Library -Group: Development/Libraries/C and C++ -Requires: %{libsoname} == %{version} -BuildArch: noarch +Summary: Headers for the Fully Homomorphic Encryption Library +Group: Development/Libraries/C and C++ +Requires: %{libsoname} == %{version} +BuildArch: noarch %description devel -Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. OpenFHE is an open-source FHE library that includes efficient implementations of all common FHE schemes: - * Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic - * Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic - * Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic (includes approximate bootstrapping) - * Ducas-Micciancio (DM/FHEW), Chillotti-Gama-Georgieva-Izabachene (CGGI/TFHE), and Lee-Micciancio-Kim-Choi-Deryabin-Eom-Yoo (LMKCDEY) schemes for evaluating Boolean circuits and arbitrary functions over larger plaintext spaces using lookup tables +Fully Homomorphic Encryption (FHE) is a cryptographic primitive that +performs computations over encrypted data without having access to +the secret key. + +This subpackage contains the headers for the C API. %prep %setup -n openfhe-development-%{version}