ajsutton opened a new pull request #347: URL: https://github.com/apache/incubator-tuweni/pull/347
## PR description Resolves a major performance degradation in `Hash` when libsodium is not available by setting `USE_SODIUM` based on whether sodium is available. Previously every hash operation would try to load sodium which involves listing multiple directories to try to find the library and creating and throwing an exception. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org For additional commands, e-mail: dev-h...@tuweni.apache.org