terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
135 stars 47 forks source link

Open to public getSodiumPathInResources() #82

Closed kakawait closed 3 years ago

kakawait commented 3 years ago

Since there is some problem with bundle version when running inside fatjar (for example default spring-boot mode).

Workaround will be letting devs to load bundle native lib, but in order to do not copy-past the same platform detection logic, opening getSodiumPathInResources() to public will help

related to #73

gurpreet- commented 3 years ago

Thank you so much for the contribution! 👍