hmac.h 251 B

123456789101112131415
  1. #ifndef HAVE_HMAC_H
  2. #define HAVE_HMAC_H 1
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void proxy2ch_HMAC_SHA256(const void *key, size_t keyLength, const void *data, size_t dataLength, void *macOut);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /* HAVE_HMAC_H */