mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
ubqhash/algorithm: re-add blake2b to imports
This commit is contained in:
parent
58ef933d31
commit
204aa74b6d
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ import (
|
||||||
"github.com/ubiq/go-ubiq/common/bitutil"
|
"github.com/ubiq/go-ubiq/common/bitutil"
|
||||||
"github.com/ubiq/go-ubiq/crypto"
|
"github.com/ubiq/go-ubiq/crypto"
|
||||||
"github.com/ubiq/go-ubiq/log"
|
"github.com/ubiq/go-ubiq/log"
|
||||||
|
|
||||||
|
"golang.org/x/crypto/blake2b"
|
||||||
"golang.org/x/crypto/sha3"
|
"golang.org/x/crypto/sha3"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue