public class SHA3_224 extends MessageDigest:
SHA3-224 message digest.
This is the 224-bit member of the SHA-3 family.
import klyn.cryptography digest = SHA3_224().digestInfo("hello") print(digest.hex)
SHA3_224():