Versions in this module Expand all Collapse all v1 v1.0.1 Sep 6, 2022 v1.0.0 Aug 17, 2022 Changes in this version + func PKCS5Padding(cipherText []byte) []byte + func PKCS5Trimming(encrypt []byte) ([]byte, error) + func PKCS7Padding(cipherText []byte, blockSize int) []byte + func PKCS7Trimming(encrypt []byte) ([]byte, error)