Sha256HashFunction

A SHA-256 hash function is a function used to turn the input bytes into a valid SHA-256 hash.

Inheritors

Functions

Link copied to clipboard
abstract fun hash(input: ByteArray): ByteArray

The hash function takes an input byte array and turns it into a valid SHA-256 hash.