]> git.sesse.net Git - bcachefs-tools-debian/commit
Use scrypt from libsodium
authorChris Webb <chris@arachsys.com>
Sat, 23 Oct 2021 15:49:25 +0000 (16:49 +0100)
committerKent Overstreet <kent.overstreet@gmail.com>
Sat, 23 Oct 2021 16:16:08 +0000 (12:16 -0400)
commit49923376d13f1b22c0388e1b98b5943f782b4f57
treecbfe1a8775bed5f403fb7487c240de864046f15a
parentf9f57789de567726f7cfa46bd13df4b0815d137a
Use scrypt from libsodium

bcachefs-tools has both libscrypt and libsodium as build dependencies,
but libsodium already includes the same scrypt implementation as libscrypt,
originally written by Colin Percival.

Use the libsodium copy, dropping the extra libscrypt dependency.

Explicitly adopt the default scrypt N, r and p values from libscrypt to
avoid unintended changes in the default work parameters for bcachefs.

Signed-off-by: Chris Webb <chris@arachsys.com>
.travis.yml
INSTALL
Makefile
crypto.c
debian/control
default.nix
packaging/bcachefs-tools.spec