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