public class SHA384 extends MessageDigest:
SHA-384 message digest.
SHA-384 is the 384-bit SHA-2 variant built on the SHA-512 internal state.
import klyn.cryptography digest = SHA384().digestInfo("hello") print(digest.sizeBytes)
SHA384():