static fun fromBytes(bytes: Bytes): Salt
static fun fromBytes(bytes: ByteArray): Salt
Create a Salt from an array of bytes.
The byte array must be of length #length().
#length()
bytes - The bytes for the seed.
bytes
Return A seed.