This repository includes some code written to solve the Trustpilot hash anagram challenge. The code is documented as part of a series of posts on my blog.
It currently doesn't include the server part. I'll publish that on at a later date.
The following dependencies are required to compile this code:
- Linux (
pthreads&sysconf) - [json-c][https://github.com/json-c/json-c]
- [zmq][https://github.com/zeromq/libzmq]
- [openssl][https://github.com/openssl/openssl]