Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.5.0 - 2022-04-27

Changed

  • Replaced Travis with GitHub actions (#20).
  • Upgraded base-x and tape (#22).

0.4.0 - 2020-06-21

Added

  • New test vectors from the spec (#11).

Removed

  • Support for ASCII secret keys (#16) (fixes #12).

0.3.0 - 2019-02-03

Added

  • Helper function to extract timestamp from the token (#4).
  • Compatibility tests from the spec (#5).

Removed

  • Possibility to use an user defined nonce (#6).

0.2.0 - 2017-07-24

Changed

  • Use more secure IETF XChaCha20-Poly1305 AEAD encryption.

0.1.0 - 2017-07-23

Initial realease using IETF ChaCha20-Poly1305 AEAD.