SHA512
classin packageklyn.cryptography
public class SHA512 extends MessageDigest:
└ SHA512
SHA-512 message digest. SHA-512 is the wide-output SHA-2 variant for large integrity domains and compatibility with algorithms that expect a 512-bit digest.
import klyn.cryptography

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