Eliminate patching of libsodium
charlesportwoodii opened this issue · 0 comments
charlesportwoodii commented
This ties in to #1 . Ideally this library should sit on top of libsodium
without any extra patching.
Currently a preprocessor definition is required to avoid #include <wincrypt.h>
as it is not available on mobile.
libsodium
1.0.11 compiles and runs fine on desktop, this patch is primarily to provide support so this library runs on mobile devices.