On 26.08.19 г. 14:48 ч., Johannes Thumshirn wrote:
> From: David Sterba <[email protected]>
> 
> git://github.com/Cyan4973/xxHash
> 
> Signed-off-by: David Sterba <[email protected]>
> Signed-off-by: Johannes Thumshirn <[email protected]>> ---
>  crypto/xxhash.c | 1024 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  crypto/xxhash.h |  445 ++++++++++++++++++++++++
>  2 files changed, 1469 insertions(+)


Existing crc32c implementation is under kernel-lib/, whereas the xxhash
will be under crypto. I think we should have some consistency among the
various hashes we might be implementing in the future. I don't have
strong preferences either way. I guess crypto/ makes more sense.

<snip>

Reply via email to