File tree 12 files changed +89
-11
lines changed
12 files changed +89
-11
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.8.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ ### Added
13
+ - Encrypt-only and decrypt-only cipher types ([ #284 ] )
14
+
15
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
16
+
8
17
## 0.7.5 (2021-08-26)
9
18
### Changed
10
19
- Bump ` ctr ` dependency to v0.8 ([ #275 ] )
@@ -58,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
67
- Use ` cfg-if ` crate ([ #203 ] )
59
68
- Rename ` semi_fixslice ` feature to ` compact ` ([ #204 ] )
60
69
- Refactor NI backend ([ #224 ] , [ #225 ] )
61
- - Bump ` cipher ` crate dependency to v0.3 release ([ #235 ] )
70
+ - Bump ` cipher ` crate dependency to v0.3 ([ #235 ] )
62
71
- Bump ` ctr ` crate dependency to v0.7 ([ #237 ] )
63
72
64
73
[ #200 ] : https://github.com/RustCrypto/block-ciphers/pull/200
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.9.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.8.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.11.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.10.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.8.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.7.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.4.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.8.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ ### Added
13
+ - Encrypt-only ` KuznyechikEnc ` and decrypt-only ` KuznyechikDec ` types ([ #284 ] )
14
+
15
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
16
+
8
17
## 0.7.2 (2021-08-26)
9
18
### Added
10
19
- Parallel block processing for SSE2 backend ([ #278 ] )
@@ -19,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
28
20
29
## 0.7.0 (2021-04-29)
21
30
### Changed
22
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
31
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
23
32
24
33
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
25
34
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.8.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.7.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.8.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.7.0 (2021-04-29)
9
15
### Changed
10
16
- Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.4.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.4.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.5.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.4.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.7.0 (2022-02-10)
9
+ ### Changed
10
+ - Bump ` cipher ` dependency to v0.4 ([ #284 ] )
11
+
12
+ [ #284 ] : https://github.com/RustCrypto/block-ciphers/pull/284
13
+
8
14
## 0.6.0 (2021-04-29)
9
15
### Changed
10
- - Bump ` cipher ` dependency to v0.3 release ([ #235 ] )
16
+ - Bump ` cipher ` dependency to v0.3 ([ #235 ] )
11
17
12
18
[ #235 ] : https://github.com/RustCrypto/block-ciphers/pull/235
13
19
You can’t perform that action at this time.
0 commit comments