Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreispurim/bgv

Python toy implementation of Brakerski-Gentry-Vaikuntanathan (BGV) with a few other useful uses
https://github.com/andreispurim/bgv

Last synced: about 11 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/shibataka000/BGV) and [Bill Buchanan's](https://asecuritysite.com/homomorphic/bgv) 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!