File nut/include/contrib/crypto/md5.h


Included Files


Preprocessor definitions

#define MD5_H_

#define MD5_HASH_BITS 128

#define MD5_HASH_BYTES

#define MD5_BLOCK_BITS 512

#define MD5_BLOCK_BYTES


Typedef md5_ctx_t

typedef struct md5_ctx_st md5_ctx_t
struct md5_ctx_st  
   {  
      uint32_t a[4];  
      uint32_t counter;  
   }  

Typedef md5_hash_t

typedef uint8_t md5_hash_t[(128/8)]