Files
ports/security/helib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
548 B
Plaintext

HElib is a software library that implements homomorphic encryption (HE).
Currently available schemes are the implementations of the
Brakerski-Gentry-Vaikuntanathan (BGV) scheme with bootstrapping and the
Approximate Number scheme of Cheon-Kim-Kim-Song (CKKS), along with many
optimizations to make homomorphic evaluation run faster, focusing mostly
on effective use of the Smart-Vercauteren ciphertext packing techniques
and the Gentry-Halevi-Smart optimizations. See this report for a
description of a few of the algorithms using in this library.