We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8e6fc commit cd942daCopy full SHA for cd942da
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.1] - 2023-07-17
6
+
7
+### Bug Fixes
8
9
+- Wrong auth tag size
10
11
+### Features
12
13
+- Crypto library feature handling
14
+- Openssl aead implemenation
15
+- Implement hkdf with openssl
16
+- Add openssl crypto crate stub
17
+- Update to draft enc-01
18
19
## [0.2.0] - 2023-04-28
20
21
### Performance
Cargo.toml
@@ -2,7 +2,7 @@
edition = "2021"
license = "MIT/Apache-2.0"
name = "sframe"
-version = "0.2.0"
+version = "0.2.1"
authors = [
"Tobias Waurick <[email protected]>",
@@ -53,4 +53,4 @@ ring = ["dep:ring"]
53
54
[[bench]]
55
name = "bench_main"
56
-harness = false
+harness = false
0 commit comments