java.lang.Object
software.sava.core.crypto.Hash
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]h160(byte[] input) static byte[]sha256(byte[] input) static MessageDigeststatic byte[]sha256Twice(byte[] bytes) static byte[]sha256Twice(byte[] bytes, int offset, int length) static MessageDigest
-
Method Details
-
sha256Digest
-
sha512Digest
-
sha256
public static byte[] sha256(byte[] input) -
sha256Twice
public static byte[] sha256Twice(byte[] bytes) -
sha256Twice
public static byte[] sha256Twice(byte[] bytes, int offset, int length) -
h160
public static byte[] h160(byte[] input)
-