VibeProtocol 0.1.0

Vibe Protocol is a secure, decentralized, and privacy-focused messaging protocol. Its designed using Sodium, Base64, and other cryptographic libraries to ensure the highest level of security and privacy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "VibeProtocol"
version = "0.1.0"
edition = "2021"
authors = ["Olivier Flentge <opensource@aero.nu>"]
description = "Vibe Protocol is a secure, decentralized, and privacy-focused messaging protocol. Its designed using Sodium, Base64, and other cryptographic libraries to ensure the highest level of security and privacy."
license = "MIT"
repository = "https://github.com/vibechatorg/VibeProtocol"

[dependencies]
base64 = "0.22.0"
sodiumoxide = "0.2.7"

[lib]
path = "src/lib.rs"