## v2.1.0: 2021-04-09 - Introduce RBS types - Expose p parameter ## v2.0.3: 2021-01-02 - Address potential memory leak. Unlikely to be exploitable. ## v2.0.0: 2019-01-06 - Defaults to Argon2id for new hashes ## v1.2.0: 2018-11-29 - Support for verifying Argon2id format ## v1.1.5: 2018-04-30 - Documentation updates - Pulled latest reference ## v1.1.2: 2017-02-25 - Fix build on SmartOS ## 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