FFmpeg
Public Attributes | List of all members
AVRIPEMD Struct Reference

hash context More...

Public Attributes

uint8_t digest_len
 digest length in 32-bit words
 
uint64_t count
 number of bytes in buffer
 
uint8_t buffer [64]
 512-bit buffer of input values used in hash updating
 
uint32_t state [10]
 current hash value
 
void(* transform )(uint32_t *state, const uint8_t buffer[64])
 function used to update hash for 512-bit input block
 

Detailed Description

hash context


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