Package-level declarations

Types

Link copied to clipboard
object Sha256

Digest Class for SHA-256. Original Java version at https://github.com/meyfa/java-sha256/blob/master/src/main/java/net/meyfa/sha256/Sha256.java

Functions

Link copied to clipboard

Decodes the base58 string into a ByteArray

Link copied to clipboard

Encodes the bytes as a base58 string (no checksum is appended).

Link copied to clipboard

Encodes the given bytes as a base58 string, a checksum is appended

Link copied to clipboard

Returns the SHA256 digest of this byte array.

Returns the SHA256 digest of this string.