static fun fromBytes(bytes: Bytes!): Input! (source)
Create a SHA256Hash.Input from an array of bytes.
bytes - Bytes!: The bytes for the input.
Return
Input!: An input.
static fun fromBytes(bytes: ByteArray!): Input! (source)
Create a SHA256Hash.Input from an array of bytes.
bytes - ByteArray!: The bytes for the input.
Return
Input!: An input.