btrfs-progs/crypto
Johannes Thumshirn c04bcdcacc btrfs-progs: move crc32c implementation to crypto/
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@suse.de>
Signed-off-by: David Sterba <dsterba@suse.com>
2019-11-18 19:20:02 +01:00
..
crc32c.c btrfs-progs: move crc32c implementation to crypto/ 2019-11-18 19:20:02 +01:00
crc32c.h btrfs-progs: move crc32c implementation to crypto/ 2019-11-18 19:20:02 +01:00
hash.c btrfs-progs: add xxhash64 to mkfs 2019-11-18 19:20:00 +01:00
hash.h btrfs-progs: add xxhash64 to mkfs 2019-11-18 19:20:00 +01:00
xxhash.c btrfs-progs: add xxhash sources v0.7.1 2019-10-25 14:35:39 +02:00
xxhash.h btrfs-progs: add xxhash sources v0.7.1 2019-10-25 14:35:39 +02:00