Registry / crypto / decred-dcrd-crypto-ripemd160

decred-dcrd-crypto-ripemd160

JSON →
library1.0.2gogounverified

An implementation of the RIPEMD-160 hash algorithm.

go get github.com/decred/dcrd/crypto/ripemd160
INSTALL
IMPORT
SIG · DECRED-DCRD-CRYPTO
D
decred-dcrd-crypto-ripemd160
cryptogov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ripemd160
github.com/decred/dcrd/crypto/ripemd160

Compute RIPEMD-160 hash

package main import ( "fmt" "github.com/decred/dcrd/crypto/ripemd160" ) func main() { h := ripemd160.New() h.Write([]byte("hello")) fmt.Printf("%x\n", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
decred-dcrd-crypto-ripemd160 — go get decred-dcrd-crypto-ripemd160 · libregistry