# Packages
No description provided by the author
# Functions
CutPadKey cut key if key's length is greater than 'size', or pad key with space if key's length is smaller than 'size'.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPkcs5Padding returns a PKCS5 padding type structure.
NewPkcs7Padding returns a PKCS7 padding type structure.
No description provided by the author
No description provided by the author
No description provided by the author
Pkcs7Pad returns the byte array passed as a parameter padded with bytes such that the new byte array will be an exact multiple of the expected block size.
Pkcs7Unpad removes the padding of a given byte array, according to the same rules as described in the Pad function.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Type aliases
Padder struct embeds attributes necessary for the padding calculation (e.g.