File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " poly1305"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" RustCrypto Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " The Poly1305 universal hash function and message authentication code"
You can’t perform that action at this time.
0 commit comments