DSL
Public Attributes | List of all members
HMAC_NATIVE Struct Reference

Public Attributes

int hashSize
 
bool(* init )(HASH_HMAC_CTX *ctx, const uint8 *key, size_t length)
 
void(* update )(HASH_HMAC_CTX *ctx, const uint8 *input, size_t length)
 
bool(* finish )(HASH_HMAC_CTX *ctx, uint8 *out)
 

Detailed Description

Definition at line 66 of file hmac.h.


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