Miscellaneous utility functions for the Roc language. I wrote these as an exercise to learn the language. They're not optimized in any way, but as far as I can tell they work correctly.
Hex
— convert between bytes and hex stringsBase64
— encode and decode base64 stringsSha
— compute SHA 256 hashesHmac
— HMAC-SHA 256 message authentication