Skip to content

Commit a1ca67e

Browse files
authored
Merge pull request #17 from RustCrypto/poly1305/v0.2.0
poly1305 v0.2.0
2 parents 2bbb4fd + 05178ac commit a1ca67e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

poly1305/CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.2.0 (2019-08-19)
9+
### Added
10+
- `Poly1305::input_padded()` ([#16])
11+
12+
### Changed
13+
- Change output to be a `MacResult` ([#16])
14+
15+
[#16]: https://github.com/RustCrypto/MACs/pull/16
16+
17+
## 0.1.0 (2019-08-15)
18+
19+
- 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)