Skip to content

Releases: quelgar/roc-utils

v0.2.0

09 Jan 00:27
8d7af0d
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

Initial release

19 May 23:53
Compare
Choose a tag to compare

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 strings
  • Base64 — encode and decode base64 strings
  • Sha — compute SHA 256 hashes
  • Hmac — HMAC-SHA 256 message authentication