Digistump Forums

The Digispark => Digispark Pro Support => Topic started by: digi_guy on January 26, 2015, 09:35:59 am

Title: sha1.h and base64.h for the pro?
Post by: digi_guy on January 26, 2015, 09:35:59 am
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.