## v1.1.1: 2016-09-21 - Fix verify against externally created hashes with different salt lengths ## v1.1.0: ? - Backward compat with version 1.0 hashes ## v1.0.0: 2016-03-07 - API change - 'new' becomes 'create' - Version 1.3 of the Argon2 algorithm pulled in ## v0.1.3: 2015-11-30 - Fix bug on verifying binary password ## v0.1.2: 2015-11-30 - Introduce handling of binary input, including NULL containing UTF-16 - Implement property testing variable TEST_CHECKS ## v0.1.1: 2015-11-26 - Use $CC instead of hardcoded gcc. Allows builds on more systems. ## v0.1.0: 2015-11-10 - Initial release