10#include <botan/tls_messages_13.h>
12#include <botan/internal/tls_cipher_state.h>
bool verify_peer_finished_mac(const Transcript_Hash &transcript_hash, const std::vector< uint8_t > &peer_mac) const
std::vector< uint8_t > finished_mac(const Transcript_Hash &transcript_hash) const
bool verify(Cipher_State *cipher_state, const Transcript_Hash &transcript_hash) const
Finished_13(Cipher_State *cipher_state, const Transcript_Hash &transcript_hash)
std::vector< uint8_t > m_verification_data
std::vector< uint8_t > Transcript_Hash