mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
This updates the main, dcrutil, and blockchain modules to make use of the new crypto/ripemd160 module.
16 lines
440 B
Modula-2
16 lines
440 B
Modula-2
module github.com/decred/dcrd/dcrutil/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/base58 v1.0.0
|
|
github.com/decred/dcrd/chaincfg/chainhash v1.0.2
|
|
github.com/decred/dcrd/chaincfg/v2 v2.0.2
|
|
github.com/decred/dcrd/crypto/ripemd160 v1.0.0
|
|
github.com/decred/dcrd/dcrec v1.0.0
|
|
github.com/decred/dcrd/dcrec/edwards v1.0.0
|
|
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0
|
|
github.com/decred/dcrd/wire v1.2.0
|
|
)
|