diff options
Diffstat (limited to 'plugins/websocket/ws_sha1.h')
| -rw-r--r-- | plugins/websocket/ws_sha1.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/websocket/ws_sha1.h b/plugins/websocket/ws_sha1.h new file mode 100644 index 0000000..b685cf7 --- /dev/null +++ b/plugins/websocket/ws_sha1.h @@ -0,0 +1,9 @@ +#ifndef HYBBX_WS_SHA1_H +#define HYBBX_WS_SHA1_H + +#include <stddef.h> +#include <stdint.h> + +void hybbx_ws_sha1(const uint8_t *data, size_t len, uint8_t out[20]); + +#endif /* HYBBX_WS_SHA1_H */ |
