atoulme commented on a change in pull request #347: URL: https://github.com/apache/incubator-tuweni/pull/347#discussion_r757819457
########## File path: crypto/src/main/java/org/apache/tuweni/crypto/Hash.java ########## @@ -29,7 +29,7 @@ * https://www.bouncycastle.org/wiki/display/JA1/Provider+Installation for detail. */ public final class Hash { - static boolean USE_SODIUM = true; + static boolean USE_SODIUM = Boolean.parseBoolean(System.getProperty("org.apahce.tuweni.crypto.useSodium", "true")); Review comment: typo -- 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