A B C D E F G H I K M N O P R S T U V X Y Z

H

h - Static variable in interface org.bitcoin.x6763.crypto.ecdsa.Secp256k1
cofactor h
hash(byte[]) - Static method in class org.bitcoin.x6763.crypto.digest.Hash160
Hashes an array of bytes with the SHA-256 algorithm, followed by the RIPEMD-160 algorithm.
hash(byte[]) - Static method in class org.bitcoin.x6763.crypto.digest.Hash256
Hashes an array of bytes with the SHA-256 algorithm twice.
hash(byte[]) - Static method in class org.bitcoin.x6763.crypto.digest.RIPEMD160
Hashes an array of bytes with the RIPEMD160 algorithm.
hash(byte[]) - Static method in class org.bitcoin.x6763.crypto.digest.SHA1
Hashes an array of bytes with the SHA-1 algorithm.
hash(byte[]) - Static method in class org.bitcoin.x6763.crypto.digest.SHA256
Hashes an array of bytes with the SHA-256 algorithm.
Hash160 - Class in org.bitcoin.x6763.crypto.digest
The Hash160 class provides methods for hashing data first with SHA-256, and feeding that result into the RIPEMD-160 hash.
Hash160() - Constructor for class org.bitcoin.x6763.crypto.digest.Hash160
Creates a Hash160 digest instance.
Hash256 - Class in org.bitcoin.x6763.crypto.digest
The Hash256 class provides methods for hashing data with SHA-256 twice.
Hash256() - Constructor for class org.bitcoin.x6763.crypto.digest.Hash256
Creates a Hash256 digest instance.
hashBytes(byte[]) - Method in class org.bitcoin.x6763.crypto.digest.Hash160
Hashes an array of bytes with the SHA-256 algorithm, followed by the RIPEMD-160 algorithm.
hashBytes(byte[]) - Method in class org.bitcoin.x6763.crypto.digest.Hash256
Hashes an array of bytes with the SHA-256 algorithm twice.
hashBytes(byte[]) - Method in class org.bitcoin.x6763.crypto.digest.RIPEMD160
Hashes an array of bytes with the RIPEMD160 algorithm.
hashBytes(byte[]) - Method in class org.bitcoin.x6763.crypto.digest.SHA1
Hashes an array of bytes with the SHA-1 algorithm.
hashBytes(byte[]) - Method in class org.bitcoin.x6763.crypto.digest.SHA256
Hashes an array of bytes with the SHA-256 algorithm.

A B C D E F G H I K M N O P R S T U V X Y Z