123456789101112131415 |
- #ifndef HAVE_HMAC_H
- #define HAVE_HMAC_H 1
- #ifdef __cplusplus
- extern "C" {
- #endif
- void proxy2ch_HMAC_SHA256(const void *key, size_t keyLength, const void *data, size_t dataLength, void *macOut);
- #ifdef __cplusplus
- }
- #endif
- #endif /* HAVE_HMAC_H */
|