libeipc 0.1.0

Encrypted Inter-Process Communication Library
Documentation
[package]
name = "libeipc"
description = "Encrypted Inter-Process Communication Library"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"

[dependencies]
libc = "0.2.177"
x25519-dalek = { version = "2.0.1", features = ["getrandom"] }
aes-gcm = "0.9"
rand = "0.9.2"
hex = "0.4.3"
hkdf = "0.12.4"
sha2 = "0.10.9"
sodiumoxide = "0.2.7"
base64 = "0.22.1"
urlencoding = "2.1.3"
flypto = "0.1.0"