Module soft_aes::aes

source ·

Constants§

Functions§

  • Compute AES-CMAC for a given message using a specified key.
  • Decrypt a single block using the AES algorithm.
  • Decrypt data using AES in CBC mode with optional padding removal.
  • Decrypt data using AES in ECB mode with optional padding removal.
  • Encrypt a single block using the AES algorithm.
  • Encrypt data using AES in CBC mode with optional padding.
  • Encrypt data using AES in ECB mode with optional padding.
  • Generate subkeys for AES-CMAC.