BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::hmac< H > Class Template Reference

#include <hmac.hpp>

Public Member Functions

 hmac ()
 
digest (const char *c, uint32_t c_len, const char *d, uint32_t d_len)
 

Detailed Description

template<typename H>
class fc::hmac< H >

Definition at line 18 of file hmac.hpp.

Constructor & Destructor Documentation

◆ hmac()

template<typename H >
fc::hmac< H >::hmac ( )
inline

Definition at line 21 of file hmac.hpp.

Member Function Documentation

◆ digest()

template<typename H >
H fc::hmac< H >::digest ( const char *  c,
uint32_t  c_len,
const char *  d,
uint32_t  d_len 
)
inline

Definition at line 23 of file hmac.hpp.


The documentation for this class was generated from the following file: