From owner-svn-ports-all@freebsd.org Wed Jul 1 17:12:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9382C3579FC; Wed, 1 Jul 2020 17:12:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xnpM3J8zz4mMH; Wed, 1 Jul 2020 17:12:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 548C4CD33; Wed, 1 Jul 2020 17:12:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061HCB1u057698; Wed, 1 Jul 2020 17:12:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061HCBkA057697; Wed, 1 Jul 2020 17:12:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007011712.061HCBkA057697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 1 Jul 2020 17:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540979 - head/security/palisade X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/palisade X-SVN-Commit-Revision: 540979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 17:12:11 -0000 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