]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7946 - hbina:add_stream_hashu64, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 28 Feb 2020 18:35:27 +0000 (18:35 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Feb 2020 18:35:27 +0000 (18:35 +0000)
commit443e276787fa3c19a954c908ed7616467ad64d39
tree5ceb49ac19f7afe752336f1bb4dd1a9fc7aee2ef
parente618d47a1765ca18d1601d4cf891a55a34d23aed
parent0ac7aeea98567e9cd0b19ed9c832c73c9778b417
Auto merge of #7946 - hbina:add_stream_hashu64, r=alexcrichton

Fixes issue #7543

Added a helper function for `util::hex::hash_64` that uses streams
the content instead of reading through the entire content in one
go.

Edit: Should I add test cases for this?

Edit2: Per #7543