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

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