public class SHA224 extends MessageDigest:
SHA-224 message digest.
This is the 224-bit truncated member of the SHA-2 family.
import klyn.cryptography digest = SHA224().digestInfo("hello") print(digest.sizeBits)
SHA224():