SHA3_256
classin packageklyn.cryptography
public class SHA3_256 extends MessageDigest:
└ SHA3_256
SHA3-256 message digest. SHA3-256 is the most common SHA-3 choice for modern integrity checks.
import klyn.cryptography

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