libQuotient
A Qt library for building matrix clients
|
Struct representing the one-time keys. More...
#include <e2ee_common.h>
Public Member Functions | |
QHash< QString, QString > | curve25519 () const |
Get the HashMap containing the curve25519 one-time keys. More... | |
Public Attributes | |
QHash< QString, QHash< QString, QString > > | keys |
Struct representing the one-time keys.
Definition at line 297 of file e2ee_common.h.
|
inline |
Get the HashMap containing the curve25519 one-time keys.
Definition at line 302 of file e2ee_common.h.
QHash<QString, QHash<QString, QString> > Quotient::UnsignedOneTimeKeys::keys |
Definition at line 299 of file e2ee_common.h.