Re: [PATCH v4 11/12] btrfs-progs: move crc32c implementation to crypto/

2019-09-04 Thread Nikolay Borisov
On 3.09.19 г. 18:00 ч., Johannes Thumshirn wrote: > With the introduction of xxhash64 to btrfs-progs we created a crypto/ > directory for all the hashes used in btrfs (although no > cryptographically secure hash is there yet). > > Move the crc32c implementation from kernel-lib/ to crypto/ as we

[PATCH v4 11/12] btrfs-progs: move crc32c implementation to crypto/

2019-09-03 Thread Johannes Thumshirn
With the introduction of xxhash64 to btrfs-progs we created a crypto/ directory for all the hashes used in btrfs (although no cryptographically secure hash is there yet). Move the crc32c implementation from kernel-lib/ to crypto/ as well so we have all hashes consolidated. Signed-off-by: Johannes