Skip to content

Palisade

Alexander Viand edited this page Jan 18, 2021 · 2 revisions

Palisade is an FHE library written in C++ developed primarily by NJIT and Duality Technologies.
It optionally uses the NTL library to accelerate underlying mathematical operations.

Palisade supports a wide range of schemes, including BFV, BGV, CKKS and CGGI/TFHE. In addition, it supports multi-party extensions of certain schemes and other cryptographic primitives like proxy re-encryption and digital signatures. The library offers both leveled and bootstrapped operations, where supported by the scheme. Palisade's source code is available under a BSD 2-clause license and includes examples and documentation.

Clone this wiki locally