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 48 forks source link

Use same libs for production and tests #112

Closed KevinRoebert closed 3 years ago

KevinRoebert commented 3 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.

Tested on the following systems:

OS Arch Operational
MacOS ARM :heavy_check_mark:
Ubuntu Intel :heavy_check_mark:
Win x64 Intel :heavy_check_mark: