SHA512_224
classin packageklyn.cryptography
public class SHA512_224 extends MessageDigest:
└ SHA512_224
SHA-512/224 message digest. This SHA-2 variant uses the SHA-512 internal state and returns a 224-bit digest.
import klyn.cryptography

digest = SHA512_224().digestInfo("hello")
print(digest.algorithm)
Properties inherited from MessageDigest: algorithm
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public SHA512_224 No summary.
Methods inherited from MessageDigest: digest, digestFile, digestFileInfo, digestInfo, getInstance, reset, toString, update
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml