use more official blake2b checksum
This commit is contained in:
parent
1dcebc4eca
commit
62aea5413e
4 changed files with 11 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
"srs.epita.fr/fic-server/libfic"
|
||||
|
||||
"github.com/dchest/blake2b"
|
||||
"golang.org/x/crypto/blake2b"
|
||||
)
|
||||
|
||||
type Importer interface {
|
||||
|
|
|
|||
Reference in a new issue