We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ddb41 commit 83dbe2fCopy full SHA for 83dbe2f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.2.0] - 2023-04-28
6
+
7
+### Performance
8
9
+- Reusable, internal buffer in sender/receiver
10
+- Improved nonce creation
11
12
## [0.1.0] - 2022-12-16
13
14
### Features
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "sframe"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
license = "MIT/Apache-2.0"
0 commit comments