![]() |
libQuotient
A Qt library for building matrix clients
|
#include "e2ee_common.h"#include "qolmmessage.h"#include "../csapi/keys.h"#include "../jobs/jobhandle.h"#include <QtCore/QObject>

Go to the source code of this file.
Classes | |
| class | Quotient::QOlmAccount |
Namespaces | |
| namespace | 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 | |