rust-crypto-utils/CHANGELOG.md

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.4.0 - 2022-06-29

Features

  • sha: Added HMAC Sha1, HMAC Sha256 and HMAC Sha512

0.3.0 - 2022-06-23

  • updated dependencies

Features

  • jwt: pub use type TokenData

0.2.1 - 2022-06-18

Added

Changed

  • update rust crate jsonwebtoken to 8.1.1

0.2.0 - 2022-06-11

Added

  • Json Web Token

0.1.0 - 2022-06-11

Added

  • Sha1, Sha256, Sha512 hasher