Skip to content

Python toy implementation of Brakerski-Gentry-Vaikuntanathan (BGV) with a few other useful uses

License

Notifications You must be signed in to change notification settings

AndreisPurim/BGV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BGV Cryptographic Scheme

This repository contains an implementation of the Brakerski-Gentry-Vaikuntanathan (BGV) cryptographic scheme. BGV is a homomorphic encryption scheme that allows computations to be performed on encrypted data without needing to decrypt it first.

For now, this is just a simple code inspired by shibataka000's and Bill Buchanan's BGV implementation. Soon in the future, I want to implement some practical uses for BGV, such as voting and/or a machine learning algorithm.

Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request.

License

This project is licensed under the MIT License.

Feel free to modify any sections to better fit your project's specifics!

About

Python toy implementation of Brakerski-Gentry-Vaikuntanathan (BGV) with a few other useful uses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages