repartee 0.9.1

A modern terminal IRC client built with Ratatui and Tokio
1
2
3
4
5
6
7
//! Crypto primitives for RPE2E.

pub mod aead;
pub mod ecdh;
pub mod fingerprint;
pub mod identity;
pub mod sig;