On Mon, Sep 02, 2019 at 03:40:57PM +0300, Nikolay Borisov wrote: > > > 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. I did that in my prototype code, Johannes is peeling off the bits to the series so we'll get there eventually.
