Balzanka / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Consider exposing the Checksum adapter so users can wrap their own Checksum implementations #1305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have the package private ChecksumHashFunction, but right now we only expose 
it via Hashing.crc32() Hashing.adler32(), etc.

If users have a custom Checksum implementation, they could use it as an adapter 
to the hashing API.

Original issue reported on code.google.com by kak@google.com on 26 Feb 2013 at 8:12

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08