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
134 stars 46 forks source link

Use same libs for tests and production #111

Closed KevinRoebert closed 2 years ago

KevinRoebert commented 2 years ago

I think the bug from https://github.com/terl/lazysodium-java/issues/110#issuecomment-890634997 didn't show up before the release because different dll's were used in the src/main and src/test folders. I have now used the same dll's in the src/test folder as in the src/main folder.