Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 455 Bytes

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 455 Bytes

Changelog

2.0.2

Another performance bump.

2.0.1

Major performance improvements.

2.0.0

The hash functions now take Binary.Bits instead of Strings. The reason for this is that the strings were always converted to UTF-8 by this package. But there might be cases where we don't want UTF-8 strings as the input (eg. HMAC).

1.0.2

Upgrade elm-binary.

1.0.1

  • Performance improvements.
  • Fixed text-encoding issue.