Module soft_aes::padding

source ·

Functions§

  • Apply 0x80 padding to a given byte array, in-place.
  • Apply PKCS#7 padding to a given byte array, in-place.
  • Remove PKCS#7 padding from a given byte array, in-place.
  • Remove 0x80 padding from a given byte array, in-place.