write this table into latex Library Performance Usability Interoperability Functionality ScalabilityHElib Fast and optimized for BGV and CKKS schemes with bootstrapping C++ library with low-level API
Here is the table in LaTeX format:
\begin{table}[h] \centering \caption{Comparison of Homomorphic Encryption Libraries} \label{tab:libraries} \begin{tabular}{|l|l|l|l|l|l|} \hline \textbf{Library} & \textbf{Performance} & \textbf{Usability} & \textbf{Interoperability} & \textbf{Functionality} & \textbf{Scalability} \ \hline HElib & Fast and optimized for BGV and CKKS schemes with bootstrapping & C++ library with low-level API and documentation & Supports binary and large plaintext spaces & Implements full-RNS variants of BGV and CKKS schemes & Supports multiparty homomorphic encryption with secret-shared keys \ \hline SEAL & Fast and optimized for BFV and CKKS schemes with batching & C++ library with high-level API and documentation & Supports binary and large plaintext spaces & Implements full-RNS variants of BFV and CKKS schemes & Supports multiparty homomorphic encryption with public keys \ \hline FV-NFLlib & Comparable to HElib and SEAL for large plaintext spaces & C++ library with single header file and documentation & Supports large plaintext spaces & Implements full-RNS variant of FV scheme & No multiparty homomorphic encryption support \ \hline Concrete & Comparable to HElib and SEAL for small plaintext spaces & Rust library with high-level API and documentation & Supports binary and small plaintext spaces & Implements TFHE, FV, BGV and CKKS schemes with bootstrapping & No multiparty homomorphic encryption support \ \hline NuFHE & GPU implementation of TFHE scheme with NTT or FFT & Python library with high-level API and documentation & Supports binary plaintext space & Implements TFHE scheme with bootstrapping & No multiparty homomorphic encryption support \ \hline Lattigo & Comparable to HElib and SEAL for BGV and CKKS schemes & Go library with high-level API and documentation & Supports binary and large plaintext spaces & Implements full-RNS variants of BGV and CKKS schemes with bootstrapping & Supports multiparty homomorphic encryption with secret-shared keys \ \hline PALISADE & Comparable to HElib and SEAL for various schemes & C++ library with high-level API and documentation & Supports binary and large plaintext spaces & Implements BFV, BGV, CKKS, LTV, FV, Stehle-Steinfeld, Regev, NTRU schemes with bootstrapping & Supports multiparty homomorphic encryption with public keys \ \hline FHEW & Comparable to NuFHE for TFHE scheme with FFT & C++ library with low-level API and documentation & Supports binary plaintext space & Implements TFHE scheme with bootstrapping & No multiparty homomorphic encryption support \ \hline \end{tabular} \end{table
原文地址: http://www.cveoy.top/t/topic/h1zg 著作权归作者所有。请勿转载和采集!