5 releases
Uses new Rust 2024
new 0.2.3 | Apr 28, 2025 |
---|---|
0.2.2 | Apr 27, 2025 |
0.2.1 | Apr 27, 2025 |
0.2.0 | Apr 27, 2025 |
0.1.0 | Apr 26, 2025 |
#1615 in Cryptography
45 downloads per month
81KB
1.5K
SLoC
Start gRPC Message and X3DH server.
An E2EE chat server.
Usage: e2ee_chat_server [OPTIONS] <LISTENING_ON>
Arguments:
<LISTENING_ON> The E2EE chat server address
Options:
-c, --cert <CERT> The path to cert(pem)
-k, --key <KEY> The path to key(pem)
-h, --help Print help
-V, --version Print version
# copy cert
acme.sh --install-cert -d chat.louisfly.icu --fullchain-file tls/server.crt --key-file tls/server.key
Dependencies
~19–31MB
~542K SLoC