Releases: quelgar/roc-utils
Releases · quelgar/roc-utils
v0.2.0
What's Changed
- Upgrade to snake_case builtins and PNC by @lukewilliamboswell in #1
New Contributors
- @lukewilliamboswell made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
Initial release
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