Swift runtime failure in PKCS7Padding.swift after version 1.4.0 update #934
alperkayabasi
started this conversation in
General
Replies: 1 comment
-
Would you mind post (or attach) a sample I could run to reproduce this very issue? What is the device it runs on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using this framework for nearly three years. It was working fine until version 1.4.0 but now I am getting swift runtime failure in PKCS7Padding.swift "add" function.
Reproduce
Steps to reproduce:
It's working in version 1.3.8, there is no failure. Only in 1.4.0.
AES(key: Array(hexKey), blockMode: ECB(), padding: .pkcs7)
Beta Was this translation helpful? Give feedback.
All reactions