libsession 0.1.3

Session messenger core library - cryptography, config management, networking
Documentation
1
2
3
4
5
6
7
8
9
//! Session protocol constants, Pro proof types, and message padding.
//!
//! Ported from `libsession-util` C++ headers and sources. Includes character
//! limits, BLAKE2b personalisation strings, protocol URL bundles, Pro payment
//! proof verification, and envelope flag definitions.

/// Protocol constants, Pro proof types, envelope flags, and message padding.
pub mod protocol;
pub use protocol::*;