ETSI STF525 / Internal Testing test suite
This project provides an internal testing test suite and its associated Test Adapter/Codec
Classes | Enumerations
hmac.hh File Reference

Header file for HMAC helper methods. More...

#include <vector>
#include <openssl/hmac.h>
#include <openssl/objects.h>

Go to the source code of this file.

Classes

class  hmac
 This class provides description of HMAC helper methods. More...
 

Enumerations

enum  hash_algorithms : unsigned char { hash_algorithms::sha_256, hash_algorithms::sha_384 }
 

Detailed Description

Header file for HMAC helper methods.

Author
ETSI STF525
Version
0.1

Enumeration Type Documentation

◆ hash_algorithms

enum hash_algorithms : unsigned char
strong
Enumerator
sha_256 

HMAC with SHA-256

sha_384 

HMAC with SHA-384