10 lines
315 B
Modula-2
10 lines
315 B
Modula-2
|
module github.com/multiformats/go-multihash
|
||
|
|
||
|
require (
|
||
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
|
||
|
github.com/minio/sha256-simd v0.0.0-20190328051042-05b4dd3047e5
|
||
|
github.com/mr-tron/base58 v1.1.2
|
||
|
github.com/spaolacci/murmur3 v1.1.0
|
||
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
||
|
)
|