md5.h 142 B

123456789
  1. #pragma once
  2. #include <stdint.h>
  3. #if defined(__cplusplus)
  4. extern "C"
  5. #endif
  6. void md5_compress(uint32_t state[4], const uint8_t block[64]);