Package org.klomp.snark.v2
Class MerkleHash
java.lang.Object
org.klomp.snark.v2.MerkleHash
Same as net.i2p.data.Hash, but without all the superclasses
and other legacy stuff, to save space.
- Since:
- 0.9.71
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HASH_LENGTH
public static final int HASH_LENGTH- See Also:
-
FAKE_HASH
-
-
Constructor Details
-
MerkleHash
public MerkleHash(byte[] data) - Throws:
IllegalArgumentException- if data is not 32 bytes
-
-
Method Details