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
It looks like this new API uses structs, namely crypto_secretstream_xchacha20poly1305_state. My experience with jnr-ffi isn't solid enough to know how to approach this unfortunately.
While working on implementing the kx bindings, I also hit this same issue. It appears to be related to the use of call!, as using the method directly on the sodium object worked in the kx case.
I'm looking to use the secretstream API as documented here. Is there any intention to support this?
The text was updated successfully, but these errors were encountered: