[go: up one dir, main page]

des 0.4.0

DES and Triple DES (3DES, TDES) block ciphers implementation
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.0 (2020-06-08)
### Changed
- Bump `block-cipher` dependency to v0.7 ([#90])
- Upgrade to Rust 2018 edition ([#90])

[#90]: https://github.com/RustCrypto/block-ciphers/pull/90

## 0.3.0 (2018-12-23)

## 0.2.0 (2018-11-14)

## 0.1.0 (2017-11-26)

## 0.0.4 (2017-01-18)

## 0.0.3 (2016-08-27)

## 0.0.2 (2016-08-10)

## 0.0.1 (2016-04-24)