featurebase/hash
Antonio Navarro Perez ca340f7e62 [hash] Remove duplicated blake3 code
blake3 code is used in several places on the code. The file was
duplicated on root and rbf package.

To avoid cyclic dependencies, I moved it to hash package. Some methods
must be public to use them in different places.

HashOfDir method was removed. Not used.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-09-07 12:24:22 +02:00
..
blake3.go [hash] Remove duplicated blake3 code 2020-09-07 12:24:22 +02:00
blake3_test.go [hash] Remove duplicated blake3 code 2020-09-07 12:24:22 +02:00