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)
Inherited Properties
propertyInherited Properties from MessageDigest: algorithm
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public SHA512 No summary.
Inherited Methods
methodInherited Methods from MessageDigest: digest, digestFile, digestFileInfo, digestInfo, getInstance, reset, toString, update
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml