Skip to content

Commit 4e2d3f4

Browse files
committed
poly1305 v0.2.0
1 parent 2bbb4fd commit 4e2d3f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

poly1305/CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poly1305"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT/Apache-2.0"
66
description = "The Poly1305 universal hash function and message authentication code"

0 commit comments

Comments
 (0)