hash256: BCH hash256

View source: R/BchAddresses.R

hash256R Documentation

BCH hash256

Description

This function returns the hash by applying the sha256 hashing algorithm twice to a raw object.

Usage

hash256(d)

Arguments

d

raw, vector.

Value

character, the value of d hashed twice.

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(), hash160(), validBchAdr(), validBtcAdr()


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to hash256 in rbch...