public class SHA512 extends MessageDigest:
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)