algorithms top-level property

Algorithms algorithms
final

Contains the identifiers for supported algorithms

Encryption algorithms

AES

  • algorithms.encryption.aes.cbc AES CBC
  • algorithms.encryption.aes.cbcWithHmac AES CBC with HMAC
  • algorithms.encryption.aes.gcm AES GCM

Implementation

final algorithms = Algorithms();