Implementation of the SHA-2 (Secure Hash Algorithm) cryptographic hash.
Computes SHA-224 digest of thesrc which can be a string,
a bytevector, or a binary input port. Returns a hexadecimal string
(in lowercase).
Computes SHA-256 digest of the src which can be a string,
a bytevector, or a binary input port. Returns a hexadecimal string
(in lowercase).