7 releases

new 0.2.0 Feb 18, 2025
0.1.2 Feb 10, 2025
0.1.0 Jan 31, 2025
0.0.3 Apr 4, 2024

#1358 in Web programming

Download history 19/week @ 2024-12-10 117/week @ 2025-01-28 201/week @ 2025-02-04 46/week @ 2025-02-11

364 downloads per month

MIT license

205KB
5K SLoC

Klave Crate

Overview

This crate provides tools and utilities for building and using Klave-based applications. Klave is a secure confidential cloud platform for building and running confidential applications with a focus on data privacy and security.

Features

  • Secure Communication: Easily integrate secure communication protocols into your applications to ensure privacy and data security.
  • Confidential Computing: Leverage the power of confidential computing to protect sensitive data and computations from unauthorized access.
  • Data Privacy: Implement privacy-preserving techniques to ensure the confidentiality of data in your applications.

Getting Started

To start using the Klave crate in your Rust project, simply add it as a dependency in your Cargo.toml file:

[dependencies]
klave = "0.0.42"

Usage

use klave::SCP;

fn main() {
    // Example code demonstrating usage of Secretarium crate
    let secure_channel = SCP::new("gw.klave.network:443");
    // Your code here...
}

For detailed usage instructions and API reference, please refer to the documentation.

Contributing

Contributions to this crate are welcome! If you encounter any bugs or have suggestions for improvements, please open an issue on the GitHub repository.

License

This crate is licensed under the terms detailed in LICENSE.md

Dependencies

~1.7–2.7MB
~54K SLoC