Skip to content

Commit

Permalink
aes-soft v0.6.4 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 16, 2020
1 parent 989af1e commit e1e2f0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions aes/aes-soft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.6.4 (2020-11-16)
### Changed
- Rework of xor_columns ([#197])
- Implement semi-fixsliced support under `semi_fixslice` Cargo feature ([#195])

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

## 0.6.3 (2020-11-01)
### Changed
- Comprehensive refactoring of fixslice code ([#192])
Expand Down
2 changes: 1 addition & 1 deletion aes/aes-soft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aes-soft"
version = "0.6.3"
version = "0.6.4"
description = "AES (Rijndael) block ciphers bit-sliced implementation"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e1e2f0f

Please sign in to comment.