DSL
Public Attributes | List of all members
HASH_PROVIDER Struct Reference
Collaboration diagram for HASH_PROVIDER:
Collaboration graph
[legend]

Public Attributes

const char *const name
 
HASH_CTX *(* hash_init )(const char *name)
 
void(* hash_update )(HASH_CTX *ctx, const uint8 *input, size_t length)
 
bool(* hash_finish )(HASH_CTX *ctx, uint8 *out, size_t outlen)
 

Detailed Description

Definition at line 60 of file hash.h.


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