mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Initial version of slipstream DNS tunnel
This commit is contained in:
commit
29f3c50237
18 changed files with 1586 additions and 0 deletions
9
include/lua-resty-base-encoding-base32.h
Normal file
9
include/lua-resty-base-encoding-base32.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef LUA_RESTY_BASE_ENCODING_BASE32_H
|
||||
#define LUA_RESTY_BASE_ENCODING_BASE32_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
size_t b32_encode(char *dest, const char *src, size_t len, uint32_t no_padding, uint32_t hex);
|
||||
size_t b32_decode(char *dest, const char *src, size_t len, uint32_t hex);
|
||||
|
||||
#endif // LUA_RESTY_BASE_ENCODING_BASE32_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue