Replies: 3 comments
-
Same Data in different Build Configuration md5 encode have different time, in debug just using 0.5 sec, but in release need 20 sec! confuse -.-? |
Beta Was this translation helpful? Give feedback.
0 replies
-
what? if anything it supposed to be the other way around |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like block main thread, i even switch async thread, but can't slove. |
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
-
do {
let aes = try AES(key: key, blockMode: CBC(iv: iv), padding: .pkcs7)
var decryptor = try aes.makeDecryptor()
} catch {
print(error)
}
Beta Was this translation helpful? Give feedback.
All reactions