Skip to content

Commit

Permalink
Implement the fixed output size versions of the SHA-2 digest functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmer Cox committed Jun 24, 2013
1 parent 89eef0b commit 711273f
Show file tree
Hide file tree
Showing 3 changed files with 1,128 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Version 0.7 (July 2013)
* extra: `BigInt`, `BigUint` implement numeric and comparison traits.
* extra: `term` uses terminfo now, is more correct.
* extra: `arc` functions converted to methods.
* extra: Implementation of fixed output size variations of SHA-2.

* Tooling
* `unused_unsafe` lint mode for detecting unnecessary `unsafe` blocks.
Expand Down
Loading

5 comments on commit 711273f

@bors
Copy link
Contributor

@bors bors commented on 711273f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pcwalton
at DaGenix@711273f

@bors
Copy link
Contributor

@bors bors commented on 711273f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging DaGenix/rust/sha2 = 711273f into auto

@bors
Copy link
Contributor

@bors bors commented on 711273f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DaGenix/rust/sha2 = 711273f merged ok, testing candidate = 832fe32

@bors
Copy link
Contributor

@bors bors commented on 711273f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 832fe32

Please sign in to comment.