An open API service indexing awesome lists of open source software.

https://github.com/SNUCP/Carousel.jl

Julia Implementation of "Carousel: Fully Homomorphic Encryption from Slot Blind Rotation"
https://github.com/SNUCP/Carousel.jl

Last synced: 2 months ago
JSON representation

Julia Implementation of "Carousel: Fully Homomorphic Encryption from Slot Blind Rotation"

Awesome Lists containing this project

README

          

# 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