public toBytes() as Byte[] throws CryptoException:
Returns the raw digest bytes.
Fixed-size byte array.
import klyn.cryptography data = SHA256().digestInfo("hello").toBytes() print(data.size)