]> git.meshlink.io Git - meshlink/blob - src/xoshiro.h
Use slashes internally to separate hostnames and ports in invitation addresses.
[meshlink] / src / xoshiro.h
1 #ifndef MESHLINK_XOSHIRO_H
2 #define MESHLINK_XOSHIRO_H
3
4 extern uint64_t xoshiro(uint64_t s[4]) __attribute__((__warn_unused_result__));
5
6 #endif