File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 11[package ]
22name = " poly1305"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" RustCrypto Developers" ]
55license = " MIT/Apache-2.0"
66description = " The Poly1305 universal hash function and message authentication code"
You can’t perform that action at this time.
0 commit comments