On 30.08.19 г. 14:32 ч., 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 well so we > have all hashes consolidated. > > Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx> Although in the future we might want to collapse everything to a single crypto.h/hash.h/whatever.h header and include only that.
