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
I initially had something similar in the repo early on. However, the issue is that only at encryption or decryption is an error thrown. In addition, it is a runtime error which, if left uncaught, will terminate the application.
I would suggest a better pattern to enforce when the container object is constructed that the public and private key is in the correct format and encoding.
It seems libsodium-jni doesn't implement SealedBox, are there plans to implement that ?
We use libsodium-jni is autobahn and require SealedBox for a feature and are willing to help make that happen.
The text was updated successfully, but these errors were encountered: