This repository isolates the PASTA symmetric cipher of the hybrid-HE-framework..
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
To build the Dockerfile
> docker buildx build --platform linux/amd64 -t pasta .
> docker run --rm -it pasta