v0.2.0
Aranya v0.2.0 Release Notes
- Aranya Fast Channels - 🏃♂️➡️ A secure way to send end-to-end encrypted messages between two Aranya peers on a network. Decentralized key-management is handled by the Aranya graph.
- C API - 🍬 Set of wrapper APIs written in C that enables an application to set up an Aranya team, exchange keys, and create Aranya Fast Channels. This includes Doxygen documentation that will generate a website for users to access API docs. The C API is made available through a shared library. This library will interact with the Aranya daemon behind the scenes to perform the necessary operations using the existing Rust APIs.
- C Example Application - 📲 An example C application that demonstrates how developers can integrate their C code with the shared Aranya library. Documentation - 📜 Improved crate READMEs, Rust docs, overview, walkthrough, and licenses.
- README Badges - 👮 GitHub badges showing crates.io version, documentation status, and license information.
Full Changelog: v0.1.0...v0.2.0