- decrypt
string decrypt(size_t msg_type, string cypher)
Undocumented in source. Be warned that the author may not have intended to support it.
- encrypt
string encrypt(string plaintext, size_t msg_type)
Undocumented in source. Be warned that the author may not have intended to support it.
- matches_inbound
bool matches_inbound(string one_time_key_msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- matches_inbound_from
bool matches_inbound_from(string identity_key, string one_time_key_msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- pickle
string pickle(string key)
serialize session data, locked by key