summaryrefslogtreecommitdiff
path: root/plugins/websocket/ws_sha1.h
blob: b685cf7fb2cd732dc27b791816ebcc4a3f371ddb (plain)
1
2
3
4
5
6
7
8
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 */
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com