pkcs7Pad

fun pkcs7Pad(data: ByteArray, blockSize: Int = 16): ByteArray

Apply PKCS#7 padding to data for blockSize bytes (default 16).