Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 568 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 568 Bytes

Carousel

This repository provides an implementation of Carousel, the fully homomorphic encryption scheme based on [MS24] (https://eprint.iacr.org/2024/2032).

Before you run the code, please make sure to install the following packages : ChaChaCiphers, FFTW, Primes, Nemo, LinearAlgebra. To install them, you can open the REPL and type the following commands.


]
add ChaChaCiphers
add FFTW
add Primes
add Nemo
add LinearAlgebra

To run the test code, type the following command in the terminal.


julia test.jl