Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 843 Bytes

File metadata and controls

28 lines (17 loc) · 843 Bytes

Changelog

Historical changelog for all versions.

HEAD

v1.2.0

  • Synced with latest upstream changes (technion/ruby-argon2 v2.2.0)

v1.1.0

  • Added support for passing parallelism cost to Argon2::Password.create

v1.0.0

This project has been forked from Technion's original argon2 wrapper.

If you previously used argon2 and would like to update to sorcery-argon2, please see: Migrating from argon2 to sorcery-argon2

Changes between argon2 - 2.0.3 and sorcery-argon2 - 1.0.0:

  • Refactored Argon2::Password to include additional helpers and simplify hash creation.
  • Renamed top level exception from: Argon2::ArgonHashHail to: Argon2::Error
  • Added new exceptions that inherit from the top level exception.