Date: Wed, 1 Jul 2020 17:12:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540979 - head/security/palisade Message-ID: <202007011712.061HCBkA057697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 1 17:12:10 2020 New Revision: 540979 URL: https://svnweb.freebsd.org/changeset/ports/540979 Log: security/palisade: Update pkg-descr Requested by: upstream Modified: head/security/palisade/pkg-descr Modified: head/security/palisade/pkg-descr ============================================================================== --- head/security/palisade/pkg-descr Wed Jul 1 16:50:29 2020 (r540978) +++ head/security/palisade/pkg-descr Wed Jul 1 17:12:10 2020 (r540979) @@ -1,9 +1,15 @@ PALISADE is a general lattice cryptography library that currently includes efficient implementations of the following lattice cryptography capabilities: -* Homomorphic Encryption (HE): Brakerski/Fan-Vercauteren (3 variants), - Brakerski-Gentry-Vaikuntanathan, and Stehle-Steinfeld schemes -* Proxy Re-Encryption for all HE schemes +* Fully Homomorphic Encryption (FHE) +* 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 +* Ducas-Micciancio (FHEW) and Chillotti-Gama-Georgieva-Izabachene (TFHE) schemes for Boolean circuit evaluation +* Stehle-Steinfeld scheme for limited integer arithmetic +* Multi-Party Extensions of FHE (to support multi-key FHE) +* Threshold FHE for BGV, BFV, and CKKS schemes +* Proxy Re-Encryption for BGV, BFV, and CKKS schemes * Digital Signature * Identity-Based Encryption * Ciphertext-Policy Attribute-Based Encryption
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007011712.061HCBkA057697>