libsodium-jni icon indicating copy to clipboard operation
libsodium-jni copied to clipboard

No secretstream API?

Open netvl opened this issue 6 years ago • 2 comments

It looks like that libsodium-jni does not provide access to the secretstream API of libsodium? Is this correct? Is it possible to add it?

netvl avatar Mar 18 '18 21:03 netvl

The full build flag is now enabled in the build. While the low level api might not be exposed in the Java code, the api should be accessible and possible to add to the interface.

joshjdevl avatar Mar 20 '18 00:03 joshjdevl

An example of the files to update can be found here https://github.com/joshjdevl/libsodium-jni/pull/71

Adding to jni/sodium.i will autogenerate the definition interface.

joshjdevl avatar Jun 03 '18 02:06 joshjdevl