You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Thank you for this great project. We have a bit of difficulties using AES-GCM with this library.
I have written this function in Swift to decrypt a string:
When it reaches the let gcm = GCM( ... ) it crashes with the error:
Thread 4: EXC_BAD_ACCESS (code=1, address=0x0)
I tried to run it even on main thread without any joy. I'm not sure what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions