/hybrid-HE-framework

This fork isolates the PASTA plain cipher

Primary LanguageC++MIT LicenseMIT

PASTA Symmetric Cipher

This repository isolates the PASTA symmetric cipher of the hybrid-HE-framework..

Compilation

Requirements:

  • x86_64 architecture
  • cmake
  • autoconf
  • autotool

To compile the framework, execute the following commands from the root directory:

mkdir build
cd build
cmake ..
make -j4

Dockerfile

To build the Dockerfile

> docker buildx build --platform linux/amd64 -t pasta .
> docker run --rm -it pasta