public class SHA3_512 extends MessageDigest:
SHA3-512 message digest.
This is the 512-bit member of the SHA-3 family.
import klyn.cryptography digest = SHA3_512().digestInfo("hello") print(digest.sizeBytes)
SHA3_512():