abstractj / kalium

Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium
http://abstractj.github.com/kalium/
Apache License 2.0
207 stars 74 forks source link

Version 1.0.10 of libsodium is cannot be used due to version check #52

Closed bendoerr closed 8 years ago

bendoerr commented 8 years ago

A simple compare against the version string is insufficient as "1.0.10".compareTo("1.0.3") == -1. I'm curious of other's thoughts on the need for this check.

abstractj commented 8 years ago

@bendoerr I've included this to not go crazy supporting whatever libsodium version :) But let me know if you have any other ideas.

Closing it, once it was already landed.