sha512 property
AES_256_CBC_HMAC_SHA_512 authenticated encryption algorithm
Implementation
final sha512 = AlgorithmIdentifier._(
'enc/AES/CBC/PKCS7+HMAC/SHA-512',
() => pce.AesCbcAuthenticatedCipherWithHash(
algorithms.signing.hmac.sha512.createAlgorithm()));