- Add support for streaming hash digest calculation.
- Added the MD5 hash algorithm. This algorithm is broken and not recommended for security purposes, but may be useful for interoperability with systems that use MD5.
- Fixed a bug where signing and verifying messages would not work correctly with the md5 hash algorithm.
- Added the MD5 hash algorithm. This algorithm is broken and not recommended for security purposes, but may be useful for interoperability with systems that use MD5.
- This library now supports the JavaScript target too.
- Updated for Gleam v0.33.0.
- Updated for Gleam v0.32.0.
- Updated for Gleam v0.31.0.
- Updated for Gleam v0.30.0.
- Updated for Gleam v0.27.0.
- Converted to use the Gleam build tool.
- The
sign_message
andverify_signed_message
functions have been added.
- Added
hmac
function.
- Corrected package name in gleam.toml
- Initial release