Skip to content
/ carousel Public

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

Notifications You must be signed in to change notification settings

SNUCP/carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages