libQuotient
A Qt library for building matrix clients
|
#include <cryptoutils.h>
Public Attributes | |
QByteArray | ciphertext |
QByteArray | mac |
QByteArray | ephemeral |
Definition at line 34 of file cryptoutils.h.
QByteArray Quotient::Curve25519Encrypted::ciphertext |
Definition at line 35 of file cryptoutils.h.
QByteArray Quotient::Curve25519Encrypted::ephemeral |
Definition at line 37 of file cryptoutils.h.
QByteArray Quotient::Curve25519Encrypted::mac |
Definition at line 36 of file cryptoutils.h.