File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.6.0 (2021-04-29)
9+ ### Changed
10+ - Bump ` crypto-mac ` crate dependency to v0.11 ([ #73 ] )
11+
12+ [ #73 ] : https://github.com/RustCrypto/MACs/pull/73
13+
814## 0.5.1 (2020-10-16)
915### Added
1016- Zulip badge ([ #64 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " cmac"
3- version = " 0.6.0-pre "
3+ version = " 0.6.0"
44description = " Generic implementation of Cipher-based Message Authentication Code"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.5.0 (2021-04-29)
9+ ### Changed
10+ - Bump ` crypto-mac ` crate dependency to v0.11 ([ #73 ] )
11+ - Bump ` des ` crate dependency to v0.7 ([ #75 ] )
12+
13+ [ #73 ] : https://github.com/RustCrypto/MACs/pull/73
14+ [ #75 ] : https://github.com/RustCrypto/MACs/pull/75
15+
816## 0.4.1 (2020-10-16)
917### Added
1018- Zulip badge ([ #64 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " daa"
3- version = " 0.5.0-pre "
3+ version = " 0.5.0"
44description = " Implementation of Data Authentication Algorithm (DAA)"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.11.0 (2021-04-29)
9+ ### Changed
10+ - Bump ` crypto-mac ` crate dependency to v0.11 ([ #73 ] )
11+
12+ [ #73 ] : https://github.com/RustCrypto/MACs/pull/73
13+
814## 0.10.1 (2020-10-16)
915### Added
1016- Zulip badge ([ #64 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " hmac"
3- version = " 0.11.0-pre "
3+ version = " 0.11.0"
44description = " Generic implementation of Hash-based Message Authentication Code (HMAC)"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.6.0 (2021-04-29)
9+ ### Changed
10+ - Bump ` crypto-mac ` crate dependency to v0.11 ([ #73 ] )
11+
12+ [ #73 ] : https://github.com/RustCrypto/MACs/pull/73
13+
814## 0.5.1 (2020-10-16)
915### Added
1016- Zulip badge ([ #64 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " pmac"
3- version = " 0.6.0-pre "
3+ version = " 0.6.0"
44description = " Generic implementation of Parallelizable Message Authentication Code"
55authors = [" RustCrypto Developers" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments