|
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_registerUser (std::vector< uint8_t > &message, const DSA< typename Curve::EC, lime::DSAtype::publicKey > &Ik, const SignedPreKey< Curve > &SPk, const std::vector< OneTimePreKey< Curve >> &OPks) noexcept |
| | build a registerUser message : Identity Key<EDDSA Public Key length> More...
|
| |
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_deleteUser (std::vector< uint8_t > &message) noexcept |
| | build a deleteUser message More...
|
| |
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_publishSPk (std::vector< uint8_t > &message, const SignedPreKey< Curve > &SPk) noexcept |
| | build a postSPk message More...
|
| |
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_publishOPks (std::vector< uint8_t > &message, const std::vector< OneTimePreKey< Curve >> &OPks) noexcept |
| | build a postOPks message More...
|
| |
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_getPeerBundles (std::vector< uint8_t > &message, std::vector< std::string > &peer_device_ids) noexcept |
| | build a getPeerBundle message More...
|
| |
| template<typename Curve > |
| void | lime::x3dh_protocol::buildMessage_getSelfOPks (std::vector< uint8_t > &message) noexcept |
| | build a getSelfOPks message More...
|
| |
| template<typename Curve > |
| bool | lime::x3dh_protocol::parseMessage_getType (const std::vector< uint8_t > &body, x3dh_message_type &message_type, x3dh_error_code &error_code, const std::shared_ptr< limeCallback > callback) noexcept |
| |
| template<typename Curve > |
| bool | lime::x3dh_protocol::parseMessage_getPeerBundles (const std::vector< uint8_t > &body, std::vector< X3DH_peerBundle< Curve >> &peersBundle) noexcept |
| | Parse a peerBundles message and populate a vector of peerBundles. More...
|
| |
| template<typename Curve > |
| bool | lime::x3dh_protocol::parseMessage_selfOPks (const std::vector< uint8_t > &body, std::vector< uint32_t > &selfOPkIds) noexcept |
| | Parse a selfOPk message and populate a self OPk ids. More...
|
| |