Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreispurim/bgv
- Owner: AndreisPurim
- License: mit
- Created: 2024-10-23T21:31:35.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:59:18.000Z (14 days ago)
- Last Synced: 2024-10-24T10:41:33.239Z (14 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!