Trim/wrap description text

This commit is contained in:
Jan Engelhardt 2025-02-13 15:03:08 +01:00
parent acef69041e
commit 3db9e64aa2

View File

@ -20,7 +20,7 @@
Name: openfhe Name: openfhe
Version: 1.2.3 Version: 1.2.3
Release: 0 Release: 0
Summary: Open-Source Fully Homomorphic Encryption Library Summary: Fully Homomorphic Encryption Library
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://openfhe.org/ URL: https://openfhe.org/
@ -29,37 +29,41 @@ BuildRequires: cmake >= 3.10
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%description %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: Fully Homomorphic Encryption (FHE) is a cryptographic primitive that
* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic performs computations over encrypted data without having access to
* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic the secret key.
* 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 -n %{libsoname} %package -n %{libsoname}
Summary: Open-Source Fully Homomorphic Encryption Library Summary: Fully Homomorphic Encryption Library
Group: Development/Libraries/C and C++ Group: System/Libraries
%description -n %{libsoname} %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: Fully Homomorphic Encryption (FHE) is a cryptographic primitive that
* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic performs computations over encrypted data without having access to
* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic the secret key. OpenFHE includes implementations of all common FHE
* Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic (includes approximate bootstrapping) schemes:
* 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
* 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 %package devel
Summary: Open-Source Fully Homomorphic Encryption Library Summary: Headers for the Fully Homomorphic Encryption Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{libsoname} == %{version} Requires: %{libsoname} == %{version}
BuildArch: noarch BuildArch: noarch
%description devel %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: Fully Homomorphic Encryption (FHE) is a cryptographic primitive that
* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic performs computations over encrypted data without having access to
* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic the secret key.
* 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 This subpackage contains the headers for the C API.
%prep %prep
%setup -n openfhe-development-%{version} %setup -n openfhe-development-%{version}