use more official blake2b checksum

This commit is contained in:
nemunaire 2018-02-03 02:03:08 +01:00
commit 62aea5413e
4 changed files with 11 additions and 9 deletions

View file

@ -13,7 +13,7 @@ import (
"srs.epita.fr/fic-server/libfic"
"github.com/dchest/blake2b"
"golang.org/x/crypto/blake2b"
)
type Importer interface {