We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbb4fd commit 4e2d3f4Copy full SHA for 4e2d3f4
poly1305/CHANGES.md
@@ -0,0 +1,8 @@
1
+# 0.2.0 (2019-08-19)
2
+
3
+- Add `Poly1305::input_padded()` (#16)
4
+- Change output to be a `MacResult` (#16)
5
6
+# 0.1.0 (2019-08-15)
7
8
+- Initial release
poly1305/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "poly1305"
-version = "0.1.0"
+version = "0.2.0"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "The Poly1305 universal hash function and message authentication code"
0 commit comments