hash160: BCH hash160

Description Usage Arguments Value Author(s) References See Also

View source: R/BchAddresses.R

Description

This function returns the hash by applying the sha256 hashing first and then to the resulting hash the ripemd160 algorithm.

Usage

1

Arguments

d

raw, vector.

Value

character, the value of d hashed with sha256 and ripemd160.

Author(s)

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Address

See Also

Other BchAdresses: BCHADR-class, BTCADR-class, PubHash2BchAdr(), PubKey2PubHash(), base58CheckDecode(), base58CheckEncode(), concatHex(), decodeHex(), hash256(), validBchAdr(), validBtcAdr()


rbch documentation built on Jan. 11, 2022, 1:06 a.m.

Related to hash160 in rbch...