I'd like to try hosting a small websocket on the pro.
Most of it should be pretty easy, and I have a template running in python. The only problem is that the browser sends an encrypted key that needs an Sha 1 hash, then converted to base64.
Is it possible to get sha1.h working on the pro (I think I have base64.h working)? I tried downloading a couple of versions from github, eventually found that they need client.h to work.