SHA384
classin packageklyn.cryptography
public class SHA384 extends MessageDigest:
└ SHA384
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)
Properties inherited from MessageDigest: algorithm
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SHA384 No summary.
Methods inherited from MessageDigest: digest, digestFile, digestFileInfo, digestInfo, getInstance, reset, toString, update
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml