#include "datatypes.h"
#include "buffer.h"
#include <string>
#include <srtp/crypto_kernel.h>
#include <gcrypt.h>
Go to the source code of this file.
Classes | |
class | KeyDerivation |
Enumerations | |
enum | satp_prf_label { label_satp_encryption = 0x00, label_satp_msg_auth = 0x01, label_satp_salt = 0x02 } |
Variables | |
const std::string | MIN_GCRYPT_VERSION = "1.2.3" |
enum satp_prf_label |
const std::string MIN_GCRYPT_VERSION = "1.2.3" |