mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
There is no need to use SHA256 everywhere, especially on small inputs where we
don't care about its cryptographic properties. We're using FNV as it's the
faster available hash in go's standard library, and we're picking its "a"
version as it's slightly better avalanche characteristics, which are
relevant for small inputs.
This commit has the side-effect of invalidating all favicons saved in the
database, which is desirable to benefit from the resize process implemented in
|
||
---|---|---|
.. | ||
adapter.go | ||
atom.go | ||
feedburner.go | ||
parser.go | ||
parser_test.go | ||
podcast.go | ||
rss.go |