Overview
Welcome to the OpenVector Network quickstart guide! OpenVector Network is a cutting-edge framework that enables computation over encrypted data using secure homomorphic encryption. By combining the OpenVector Network with the powerful CoFHE library, you can securely compute on sensitive data without compromising privacy.
This quickstart assumes you have a working knowledge of C++ and will guide you through essential concepts and tutorials to get up and running quickly. Each section in this guide covers a simple, practical aspect of working with the network.
Getting Started
To begin using the OpenVector Network, you will:
Set up a Client Node to connect to the network.
Encrypt Data that will be securely transmitted and computed on.
Perform operations like Tensor Multiplication over encrypted data.
Decrypt Output to obtain usable results.
Verify Output to ensure correctness of computations.
Run the program seamlessly through the network.
Each step is covered in detail in the subsequent tutorial sections. This overview provides a roadmap for the tutorials, so you can focus on specific tasks as needed.
Quick Start Sections
Next Steps
Ready to dive in? Start with Setting up a Client Node to begin your journey with OpenVector Network.
If you have questions or need help, consult the documentation or reach out to the OpenVector community. Happy coding!
Last updated