File nut/include/gorp/md5.h


Included Files


Preprocessor definitions

#define _MD5_H_

Typedef MD5CONTEXT

typedef struct _MD5CONTEXT MD5CONTEXT
struct _MD5CONTEXT  
   {  
      uint32_t buf[4];  
      uint32_t bits[2];  
      uint8_t in[64];  
   }