static fun fromBytes(bytes: Bytes!): Key! (source)
Create a GenericHash.Key from an array of bytes.
bytes - Bytes!: The bytes for the key.
Return
Key!: A key.
static fun fromBytes(bytes: ByteArray!): Key! (source)
Create a GenericHash.Key from an array of bytes.
bytes - ByteArray!: The bytes for the key.
Return
Key!: A key.