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