libQuotient
A Qt library for building matrix clients
|
#include <Quotient/e2ee/e2ee_common.h>
#include <Quotient/e2ee/qolmmessage.h>
#include <Quotient/csapi/keys.h>
#include <QtCore/QObject>
Go to the source code of this file.
Classes | |
class | Quotient::QOlmAccount |
Namespaces | |
Quotient | |
Functions | |
QUOTIENT_API bool | Quotient::verifyIdentitySignature (const DeviceKeys &deviceKeys, const QString &deviceId, const QString &userId) |
QUOTIENT_API bool | Quotient::ed25519VerifySignature (const QString &signingKey, const QJsonObject &obj, const QString &signature) |
checks if the signature is signed by the signing_key More... | |